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