@seolhun/localize-components-parser

All about localize-components

Usage no npm install needed!

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

README

Localize React Components

Codacy Badge codebeat badge lerna Greenkeeper badge

Master

Build Status

Dev

Build Status

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
  • RollupJS, Webpack 4
  • React
  • emotionJS
  • polished
  • Lerna
  • Babel 7
  • Docz

Mono Repos

Documents

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

Components

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

Mono Components

  • @seolhun/localize-components-form
  • @seolhun/localize-components-grid
  • @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