@seolhun/localize-components-docs

0.5.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @seolhun/localize-components-docs

Weekly Downloads

2

Version

0.5.2

License

MIT

Unpacked Size

9.3 MB

Total Files

156

Last publish

Collaborators

  • seolhun