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

0.2.8 • 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 } 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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.81latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.81
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.251
0.1.240
0.1.230
0.1.220
0.1.210
0.1.200
0.1.190
0.1.180
0.1.170
0.1.160
0.1.150
0.1.140
0.1.130
0.1.121
0.1.110
0.1.101
0.1.90
0.1.81
0.1.71
0.1.62
0.1.51
0.1.40
0.1.30
0.1.20
0.1.10

Package Sidebar

Install

npm i dimo-design-system

Weekly Downloads

2

Version

0.2.8

License

none

Unpacked Size

198 kB

Total Files

62

Last publish

Collaborators

  • deerpark