0.0.9 • Published 6 years ago

@seolhun/localize-components-core v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Localize Components

CircleCI Codacy Badge codebeat badge lerna

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';