Appearance
How to extend
- create a new
.vuecomponent file insrc/components - (add and export the new component in
src/components/index.tsto ensure future compatibility as library) - add the new component in
docs/.vitepress/enhanceAppFile.tsto use the component in the docs - create a documentation (
docs/YOUR_COMPONENT_NAME.md) for the new component in docs - add the docs you just created to the Components
childrenindocs/.vitepress/config.mts: