0.2.8 • Published 1 year ago

dimo-design-system v0.2.8

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

DIMO Design System (DDS)

license Follow on Twitter

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.

0.2.7

1 year ago

0.2.8

1 year ago

0.2.6

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year 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

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 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