3.0.4 • Published 2 years ago

fajny-react v3.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Fajny React

Install Fajny React in your project

Open your React app in a terminal and run:

npm i fajny-react

Customise Fajny React

Override Fajny variables

Create a CSS file in your src folder, and add this:

:root {
    ...all your overrides
}

Find all the variables on Fajny documentation website.

Fonts

By default Fajny CSS uses Lato for fonts. You can change this by adding a Google Fonts link at the beginning of your CSS file, and edit the :root:

:root {
    --font-family-body: "Your new font"
}

Colors

Same as before, override Fajny variables in your new CSS file. You can find a nice color palette generator here: https://coolors.co/.

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago