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'} />