SHAKTI
A Button
component is an augmented button
tag with the ability to mix in Base and Text props.
Examples:
<Button>Regular button!</Button><Button mx={24} bold border="4px solid goldenrod">Bold text button with a custom border!</Button><Button size={24} bgColor="goldenrod" border="none">size 24px text colored button!</Button>