ml-design-system-web-component
TypeScript icon, indicating that this package has built-in type declarations

0.0.16 • Public • Published

ML Design System Web Component (MLDS) - Beta

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

Introduction

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

Getting start

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>

Storybook and Documentation

A storybook is available to show all developed components with documentation.

You can see : storybook

Contributing

Developers interested in contributing should contact me with my email

License

For open source projects, say how it is licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i ml-design-system-web-component

Weekly Downloads

5

Version

0.0.16

License

MIT

Unpacked Size

17.8 kB

Total Files

16

Last publish

Collaborators

  • mathieulioret