Skip to content

How to extend

  1. create a new .vue component file in src/components
  2. (add and export the new component in src/components/index.ts to ensure future compatibility as library)
  3. add the new component in docs/.vitepress/enhanceAppFile.ts to use the component in the docs
  4. create a documentation (docs/YOUR_COMPONENT_NAME.md) for the new component in docs
  5. add the docs you just created to the Components children in docs/.vitepress/config.mts: