Atoms and molecules for the ECMC design system built with Svelte 5.
bun i ecmc-design-core
# or
npm i ecmc-design-coreThis 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:
bun dev
# or
npm run devView components in Storybook:
bun storybook
# or
npm run storybookThe Storybook interface will be available at http://localhost:6006.
To build the preview app:
bun build
# or
npm run builddev- 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