0.1.25 • Published 9 months ago

dimo-design-system v0.1.25

Weekly downloads
-
License
-
Repository
github
Last release
9 months 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, ButtonGroup } from 'dimo-design-system'

function App() {
  return (
    <ButtonGroup>
      <Button size="small">
        Hello World
      </Button>
      <Button size="small">
        Hello World
      </Button>
    </ButtonGroup>
  );
}

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.1.23

10 months ago

0.1.24

10 months ago

0.1.25

9 months ago

0.1.22

11 months ago

0.1.20

11 months ago

0.1.21

11 months ago

0.1.15

11 months ago

0.1.16

11 months ago

0.1.17

11 months ago

0.1.18

11 months ago

0.1.19

11 months ago

0.1.14

12 months ago

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago