@seolhun/localize-react-components

Localizing React components is rendered by stand-alone not affect other styles.

Usage no npm install needed!

<script type="module">
  import seolhunLocalizeReactComponents from 'https://cdn.skypack.dev/@seolhun/localize-react-components';
</script>

README

Localize React Components

CircleCI Codacy Badge codebeat badge lerna

Used stacks

  • React
  • TypeScript
  • SCSS
  • Storybook

Getting start

Install Package

$ yarn add @seolhun/localize-react-components

Run Docs

$ yarn run dev

How to use

import

import { Button, anything } from '@seolhun/localize-react-components';
or 
import * as Components from '@seolhun/localize-react-components';