@seolhun/localize-components-docs

All about Localizing React components docs

Usage no npm install needed!

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

README

Localize React Components

CircleCI Codacy Badge codebeat badge lerna

Goal

  • localized-style for custom.
  • stylesheet variable(using props) on localize-components.
  • One components must has a one stylesheet and design. but components be changed using theme props.

Why

  • I just want to build react components has no side effect. because some components has a global stylesheet affect original project style sheet.
  • I think that all components must be standalone anywhere, any environments.

Used stacks

  • React
  • TypeScript
  • SCSS
  • emotion
  • Docz

How to getting started

Install Package

$ yarn add @seolhun/localize-components
$ yarn add @seolhun/localize-components-atomic

How to use

import

import { Button } from '@seolhun/localize-components-atomic';
import { Alert } from '@seolhun/localize-components';

Examples

PROD

DEV