0.0.8 • Published 6 years ago

@seolhun/localize-components-parser v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Localize React Components

CircleCI Codacy Badge codebeat badge lerna Greenkeeper badge

Why

  • I just want to build react components without third party css side-effect.
    • All components have global stylesheet affecting origin product css.

Goal

  • Localized-style
  • All components be changed for Theme by React Context.
    • All core variables is controlled by context
  • Processing all most colors

Used stacks

  • TypeScript
  • Lerna
  • RollupJS, Webpack 4
  • React
  • Babel 7
  • emotionJS
  • polished
  • Docz

Mono Repos

Documents

  • @seolhun/localize-components-docs
  • @seolhun/localize-components-examples

Components

  • @seolhun/localize-components
  • @seolhun/localize-components-atomic

Mono Components

  • @seolhun/localize-components-button
  • @seolhun/localize-components-form
  • @seolhun/localize-components-grid
  • @seolhun/localize-components-modal
  • @seolhun/localize-components-sidebar

Utils

  • @seolhun/localize-components-hooks
  • @seolhun/localize-components-styled-utils
  • @seolhun/localize-components-utils-event

Types

  • @seolhun/localize-components-styled-types
  • @seolhun/localize-components-types

How to getting started

Install Package

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

How to use

import

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

Examples

PROD

DEV