Icon buttons are a quick and visual way to express an action. Icon buttons can have different shapes using the shape
prop.
Show codeHide code
Icon buttons can have a smaller size using the size
prop with the sm
value.
Show codeHide code
Icon buttons can have different colors. The following example shows a primary
button, using the color
prop.
Show codeHide code
Icon buttons can have different colors. The following example shows a muted
button, using the color
prop.
Show codeHide code
Icon buttons can be shown in a loading state. Use the loading
prop to show a loading indicator.
Show codeHide code
Icon buttons can be grouped into a single element using a flex container. Adjust border radiuses and borders to create a seamless group.
Show codeHide code
This component has no props