@infomaniak-design-system/components
v0.4.0
Published
Infomaniak's Design System - Components
Readme
Infomaniak's Design System - Components
Web components built with Lit, documented via Storybook using Custom Elements Manifest (CEM).
Getting Started
Installation
npm install @infomaniak-design-system/componentsUsage
Import a component and call .define() in your entry file before rendering:
import { EsdsIconComponent } from '@infomaniak-design-system/components';
EsdsIconComponent.define();Use it in HTML or JSX:
<esds-icon name="esds:headset"></esds-icon>Each component may have an additional configuration. See the component's Storybook docs for specifics.
Framework Support
Components are standard Web Components (custom elements) and work in any framework — React, Vue, Angular, or vanilla JS. No additional adapters are required.
