# Button

The Button component is a 'call to action' element that can display a loading icon upon click and/or toggle between an active and disabled state.

The Button component utilizes several props to determine the form and function of a Button instance. Refer to the following examples for appropriate syntax and usage.

# Demo

Use a ci-button to capture click events and do something.

# Variant

Use variant to change the style and appearance of your button.

# Size

Use size to change the size of your button.

# Fullwidth

Use fullwidth to make your button fill its container. If needed you can also leverage classes like .ci-max-width-sm.

# Disabled

Add the disabled attribute to disable clicks to the button and give it a disabled appearance, based on the variant.

# Loading

Use the loading prop to show a spinner in place of your button's text.

# Icons in Buttons

To add an Icon to your button, include a CiIcon in the default slot. The appropriate right or left margins will be applied to the icons automatically. The color of the icon will be set to the button’s text color.

# Icon Buttons

When a button only contains a CiIcon we consider it an "Icon Button". Icon Buttons always have equal height and width.

Use the href and to prop to make your button link to a webpage or route when clicked. You can also pass a @click event if you need to do something programmatically.

Last Updated: 3/20/2023, 3:13:56 PM