@fave/ui-kit
v0.1.0
Published
> UI kit built on ReactJs
Downloads
5
Readme
UI Kit by Fave
UI 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 Requiredtype: Sets the type, currently supported["hollow"]
- Hero
background: URL or any supported CSS background valueminHeight: a height value
- Heading
level: A number in the range of1-5text: A string text for the headingunderlined: A boolean to displayed underlined headings
