ML Design System Web component is a MIT licensed project that is developed and maintained full-time by Mathieu Lioret
No release candidate has been planified for the moment
MLDS is a design ui kit developed with web components.
- Framework-agnostic. You don't need to use a specific framework.
- Developed with Lit element
- Typescript
- Ligthweight : ~ 42 kB Unpacked Size
- a11y : try to develop most accessible components
Firstly, download this package with yarn or npm
yarn add ml-design-system-web-component
or
npm i ml-design-system-web-component
for example for a vue project, you can import components in your view
<template>
<div>
<ml-button .label="'a label'" .primary="true"/>
</div>
</template>
<script>
import {MLButton} from 'ml-design-system-web-component'
...
</script>
A storybook is available to show all developed components with documentation.
You can see : storybook
Developers interested in contributing should contact me with my email
For open source projects, say how it is licensed.