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/
packages/
├── kpn-styles-react
└── cra-template-kpn-style-react
Initialize your project just by running any of the following commands
yarn create react-app my-app --template @kpn-style/cra-template-kpn-style-react
npm init react-app my-app --template @kpn-style/cra-template-kpn-style-react
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>;