1.0.6 ā€¢ Published 3 years ago

elpo-ui v1.0.6

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

ELPO-UI

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

npm package

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

Installation


CM-UI is available as an npm package.

// with npm
npm install elpo-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 'elpo-ui/Button';

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

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

Component Docs


Version

  • v.0.0.1 - add init file setting
  • v.1.0.0 - update button component
  • v.1.0.1 - update mobile button component
  • v.1.0.2 - update mobile button component
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago