feat: theme card component aangemaakt
This commit is contained in:
parent
501ea6259c
commit
03a9e513a8
7 changed files with 143 additions and 20 deletions
22
frontend/src/utils/constants.ts
Normal file
22
frontend/src/utils/constants.ts
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { ref } from "vue";
|
||||
|
||||
export const THEMESITEMS = ref([
|
||||
"all-themes",
|
||||
"culture",
|
||||
"electricity-and-mechanics",
|
||||
"nature-and-climate",
|
||||
"agriculture",
|
||||
"society",
|
||||
"math",
|
||||
"technology",
|
||||
"algorithms",
|
||||
]);
|
||||
|
||||
export const AGEITEMS = ref([
|
||||
"all-ages",
|
||||
"primary-school",
|
||||
"lower-secondary",
|
||||
"upper-secondary",
|
||||
"high-school",
|
||||
"older",
|
||||
]);
|
Loading…
Add table
Add a link
Reference in a new issue