@seolhun/localize-components-drawer
v0.0.16
Published
Localizing React components is rendered by stand-alone not affect other styles.
Downloads
4
Readme
Localize Components
- Author : HunSeol
Used stacks
- React
- TypeScript
- SCSS
- Storybook
Getting start
Install Package
$ yarn add @seolhun/localize-components
Run Docs
$ yarn run dev
How to use
import
import { Button, anything } from '@seolhun/localize-components';
or
import * as Components from '@seolhun/localize-components';