@seolhun/localize-components-core

Base localizing react components

Usage no npm install needed!

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

README

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