Getting Started
Quick introduction to working with the component library
Installation
This UI library is dependant on StyledComponents. So every component in the library can be customized in the StyleComponents way
Installing the package for NPM. use node version 8+
Installing the package from Yarn
Adding Theme Variables
Create a Theme.js file
Copy the Default Theme snippet below into the recently created Theme.js file.
src/Theme.js
Next, we have to pass the Theme variables via StyleComponents ThemeProvider.
src/App.js
Last updated