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-reactInitialize your project just by running any of the following commands
yarn create react-app my-app --template @kpn-style/cra-template-kpn-style-reactnpm init react-app my-app --template @kpn-style/cra-template-kpn-style-reactInstall kpn-style-react and start using it right away.
yarn add @kpn-style/bundle @kpn-style/reactimport { Button } from "@kpn-style/react";
<Button>KPN</Button>;