Merge branch 'feat/lab-cards' into 'main'
feat: add lab cards See merge request !56
Showing
- astro.config.mjs 1 addition, 0 deletionsastro.config.mjs
- package-lock.json 4 additions, 4 deletionspackage-lock.json
- package.json 1 addition, 1 deletionpackage.json
- src/components/LabCard.astro 76 additions, 0 deletionssrc/components/LabCard.astro
- src/components/LabsAccordionWrapper.tsx 53 additions, 0 deletionssrc/components/LabsAccordionWrapper.tsx
- src/components/MiniCardLinkWrapper.tsx 40 additions, 0 deletionssrc/components/MiniCardLinkWrapper.tsx
- src/components/index.tsx 3 additions, 1 deletionsrc/components/index.tsx
- src/content/config.ts 25 additions, 3 deletionssrc/content/config.ts
- src/content/labs/de/musterhausen.yaml 26 additions, 0 deletionssrc/content/labs/de/musterhausen.yaml
- src/pages/de/dokumentation/beispiele.mdx 6 additions, 0 deletionssrc/pages/de/dokumentation/beispiele.mdx
... | ... | @@ -29,7 +29,7 @@ |
"@astrojs/tailwind": "^5.1.0", | ||
"@carbon/icons-react": "^11.39.0", | ||
"@fchh/fcos-suite-map": "^0.1.4", | ||
"@fchh/fcos-suite-ui": "^0.2.18", | ||
"@fchh/fcos-suite-ui": "^0.2.24", | ||
"@types/react": "^18.2.73", | ||
"@types/react-dom": "^18.2.23", | ||
"astro": "^4.5.12", | ||
... | ... |
src/components/LabCard.astro
0 → 100644
src/components/LabsAccordionWrapper.tsx
0 → 100644
src/components/MiniCardLinkWrapper.tsx
0 → 100644
src/content/labs/de/musterhausen.yaml
0 → 100644
Please register or sign in to comment