0.2.0 • Published 2 years ago

dark-ui-kit v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

dark-ui-kit

dark-ui-kit is a library of React UI components.

Installation

Install dark-ui-kit with npm

  npm install dark-ui-kit

or yarn

  yarn add dark-ui-kit

Getting started

Here is an example of a basic app using dark-ui-kit Button component:

import {Button} from 'dark-ui-kit'

function App() {
    return <Button color='primary'> Hello </Button>
}
0.2.0

2 years ago

0.1.0

2 years ago