A Figma Plugin design system and component library in Marko made by CVA Plugin Team
pnpm install
This project is powered by @marko/run.
- Run
pnpm run dev
to start the development server - Run
pnpm run build
to build a production-ready node.js server - Run
pnpm run preview
to run the production server
Pages map to the directory structure. You can add additional pages by creating files/directories under src/routes
with +page.marko
files.
Learn more in the @marko/run
docs.
-
Document component usage and properties in Markdown
-
A Storybook addon that adds tabs to the Docs Addon.
-
View a story’s source code to see how it works and paste into your app
- Configure component statuses for @etchteam/storybook-addon-status
-
Configure @storybook/addon-links
The Storybook Links addon can be used to create links that navigate between stories in Storybook.
-
A simple Storybook addon to open the component source in VS Code
-
Storybook addon for embedding your design preview in addon panel