💡 This library is a react-ui components library
- Supports typescript as a basis.
- skill: react-hooks, typescript, styled-components, rollup, storybook, jest, npm
CM-UI is available as an npm package.
// with npm
npm install elpo-ui
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'));
- 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