1.0.2 • Published 3 years ago
kojitake-ui v1.0.2
react-ts-sample-component
This is a sample UI component
installation
$ npm install react-component-lib-sample @emotion/react @emotion/styled
or
$ yarn add react-component-lib-sample @emotion/react @emotion/styled
example
import { Text } from 'react-component-lib-sample'
<Text text="hello, world" />
develop component
$ yarn install
$ yarn run storybook