0.2.8 • Published 2 years ago
dimo-design-system v0.2.8
DIMO Design System (DDS)
Demo
// TBD
Installation
DDS is available as an npm package.
npm install dimo-design-system --saveUsage
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.
0.2.7
2 years ago
0.2.8
2 years ago
0.2.6
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.2.3
2 years ago
0.2.2
2 years ago
0.2.5
2 years ago
0.2.4
2 years ago
0.1.23
2 years ago
0.1.24
2 years ago
0.1.25
2 years ago
0.1.22
2 years ago
0.1.20
2 years ago
0.1.21
2 years ago
0.1.15
2 years ago
0.1.16
2 years ago
0.1.17
2 years ago
0.1.18
2 years ago
0.1.19
2 years ago
0.1.14
3 years ago
0.1.10
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.9
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago