@violetui/fab_button
v0.1.1-beta.0
Published
Vui Fab Button Component Repository.
Downloads
2
Readme
@violetui/fab_button
Usage
first import the button component:
const FabButton = require('@violetui/fab_button');
// or
import FabButton From '@violetui/fab_button'
use it:
<FabButton>Click On Me</FabButton>
Props
size(optional): "small" | "medium" | "large"
disability(optional): boolean
color(optional): "primary" | "secondary" | "tertiary" | "error" | "warning" | "success"
children(optional): ReactElement
elevationLevel(optional): "default" | "small"
text(optional): string