// TBD
DDS is available as an npm package.
npm install dimo-design-system --save
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'))
If you have recently updated, please read the changelog for details of what has changed.
This project is licensed under the terms of the MIT license.