0.0.5 • Published 4 years ago

chanmi-ui v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

CHANMI-UI

šŸ’” This library is a react-ui components library

  • Supports typescript as a basis.
  • skill: react-hooks, typescript, sass, rollup, storybook, jest, npm

Installation


CM-UI is available as an npm package.

// with npm
npm install chanmi-ui

Usage


Here is a quick example to get you started, it's all you need:

import * as React from 'react';
import ReactDOM from 'react-dom';
import Button from '@cm-ui/Button';

function App():JSX.Element {
  return <Button variant="fill">button</Button>
}

ReactDOM.render(<App />, document.querySelector('#app'));

Component Docs


0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago