Skip to content

Button

Button represents an element that can be clicked.

Usage

import {Button} from 'deft-react';
function App() {
return <Button>Confirm</Button>
}

Properties

PropertyDescriptionTypeDefault
disabledDisable the buttonbooleanfalse