ecmc-design-core
v0.0.5
Published
Atoms and molecules for ecmc design system
Readme
ecmc-design-core
Atoms and molecules for the ECMC design system built with Svelte 5.
bun i ecmc-design-core
# or
npm i ecmc-design-coreOverview
This is an opinionated component library providing foundational UI components (atoms) and compound components (molecules) for building consistent user interfaces. The library is built with Svelte 5 and includes TypeScript support and Storybook integration.
Development
Start the development server:
bun dev
# or
npm run devView components in Storybook:
bun storybook
# or
npm run storybookThe Storybook interface will be available at http://localhost:6006.
Building
To build the preview app:
bun build
# or
npm run buildScripts
dev- Start development serverbuild- Build the library for productionstorybook- Launch Storybook development serverbuild-storybook- Build Storybook for deploymentlint- Run linting checksformat- Format code with Prettiercheck- Run Svelte type checking
License
MIT
Author
Arad Fadaei - fadaei.dev
