dimo-design-system
TypeScript icon, indicating that this package has built-in type declarations

0.1.25 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i dimo-design-system

Weekly Downloads

1

Version

0.1.25

License

none

Unpacked Size

41.8 kB

Total Files

52

Last publish

Collaborators

  • deerpark