@seolhun/localize-components-core
v0.0.9
Published
Base localizing react components
Maintainers
Readme
Localize Components
- Author : HunSeol
Used stacks
- React
- TypeScript
- SCSS
- Storybook
Getting start
Install Package
$ yarn add @seolhun/localize-componentsRun Docs
$ yarn run devHow to use
import
import { Button, anything } from '@seolhun/localize-components';
or
import * as Components from '@seolhun/localize-components';