X Logo

Button

Display an button

Usage

Import the elements:

import {Button} from "doplo/button"

Use in body:

<Button> Click me! </Button>

Structure

A Button component contains:

  • Button : Tag for Button.
  • Children : Content inside Button tag.

Props

Props that can be used in a Button component:

NameTypeDescriptionDefault
props?-All props of HTML button element-
ref?-ref of the button element-
type?-Defines button behavior.button

? indicates that the prop is optional

Example

Some uses for Button component:

Working on it.

Build by Ayush Tomar. The source code is available on Github.