0.1.1-beta.0 • Published 1 year ago

@violetui/fab_button v0.1.1-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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

  1. size(optional): "small" | "medium" | "large"

  2. disability(optional): boolean

  3. color(optional): "primary" | "secondary" | "tertiary" | "error" | "warning" | "success"

  4. children(optional): ReactElement

  5. elevationLevel(optional): "default" | "small"

  6. text(optional): string