We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
className
has_effect
id
is_disabled
disabled
onClick
text
function onClick(e) { console.log('Hello there'); } <Button id='button' has_effect={true} is_disabled={false} onClick={onClick} text={'Click me'} />