0.5.2 • Published 4 years ago

@seolhun/localize-components-docs v0.5.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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