<Button>
Submit
</Button>
Disabled
Button appear light grey and cursor changes to a disabled icon on hover.
<Button disabled='true'>
Save
</Button>
{
button:{
border:{
radius:'3px',
width:'1px',
},
width:{
min:'104px',
max:'200px',
},
height:'48px',
padding:'0 24px',
}
}
@mixin button {
// returns <button> context
}