Button
Button represents an element that can be clicked.
Usage
import {Button} from 'deft-react';function App() { return <Button>Confirm</Button>}
Properties
Property | Description | Type | Default |
---|---|---|---|
disabled | Disable the button | boolean | false |
Button represents an element that can be clicked.
Usage
import {Button} from 'deft-react';function App() { return <Button>Confirm</Button>}
Properties
Property | Description | Type | Default |
---|---|---|---|
disabled | Disable the button | boolean | false |