Atoms and molecules for ecmc design system
npm install ecmc-design-coreAtoms and molecules for the ECMC design system built with Svelte 5.
``sh`
bun i ecmc-design-coreor
npm i ecmc-design-core
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.
Start the development server:
`sh`
bun devor
npm run dev
View components in Storybook:
`sh`
bun storybookor
npm run storybook
The Storybook interface will be available at http://localhost:6006.
To build the preview app:
`sh`
bun buildor
npm run build
- 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
-
MIT
Arad Fadaei - fadaei.dev