dimo-design-system
v0.2.8
Published
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mui/material-ui/blob/HEAD/LICENSE) [![Follow on Twitter](https://img.shields.io/twitter/follow/deerpark7.svg?label=follow+deerpark7)](https://twitter.com/deerpark7)
Downloads
22
Readme
DIMO Design System (DDS)
Demo
// TBD
Installation
DDS is available as an npm package.
npm install dimo-design-system --save
Usage
Here is a quick example to get you started, it's all you need:
import { Button } from 'dimo-design-system'
function App() {
return (
<>
<Button size='small'>Hello World</Button>
<Button size='small'>Hello World</Button>
</>
)
}
ReactDOM.render(<App />, document.querySelector('#app'))
Changelog
If you have recently updated, please read the changelog for details of what has changed.
License
This project is licensed under the terms of the MIT license.