1.0.1 • Published 3 years ago

react-component-lib-sample v1.0.1

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