Fave
UI Kit byUI kit built on ReactJs
Usage
- Install
yarn add @fave/ui-kit
- Include in your project
import { [Component Name] } from "@fave/ui-kit"
Components
- Button
-
handleClick
: Function to handle click events Required -
type
: Sets the type, currently supported["hollow"]
-
- Hero
-
background
: URL or any supported CSS background value -
minHeight
: a height value
-
- Heading
-
level
: A number in the range of1-5
-
text
: A string text for the heading -
underlined
: A boolean to displayed underlined headings
-