1.0.2 • Published 3 years ago

kojitake-ui v1.0.2

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

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