Skip to content

marcosschroh/kpn-style-react

 
 

Repository files navigation

KPN STYLE REACT Monorepo

A series of packages that assist in the usage of kpn-styles with React


Documentation for react components: https://kpn.github.io/kpn-style-react/

Documentation for styles: https://style.kpn.com/


Current projects

packages/
├── kpn-styles-react
└── cra-template-kpn-style-react

Initializing an app

Initialize your project just by running any of the following commands

yarn

yarn create react-app my-app --template @kpn-style/cra-template-kpn-style-react

npm

npm init react-app my-app --template @kpn-style/cra-template-kpn-style-react

Using in an exisiting repo

Install kpn-style-react and start using it right away.

yarn add @kpn-style/bundle @kpn-style/react
import { Button } from "@kpn-style/react";

<Button>KPN</Button>;

About

React components based on the kpn-style

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 2.3%
  • CSS 0.9%