--- title: Semantic UI Buttons --- ## Semantic UI Buttons A button indicates a possible user action. Semantic UI provides an easy-to-use syntax that simplifies not only the styling of a button, but also the natural language semantics. #### How to Use Semantic UI class is simply added to a button element, various example were given below to indicate how to use it. #### Types * Standard Button Standard Semantic UI button ``` ``` * Emphasis Button A button with a different level of emphasis ``` ``` The above is just a camera icon #### Groups Semantic UI buttons can exist in a group ```
``` #### Content Semantic UI buttons can contain conditionals ```
``` #### States Semantic UI buttons can exist in different states, `active`, `disabled`, `loading`. Simply add a state name to the `class` attribute` of ` ``` #### Variations Semantic UI buttons exist in variety of sizes, `mini`, `tiny`, `small`, `medium`, `large`, `big`, `huge`, and `massive`. ``` ``` There is a lot more about Semantic UI buttons, visit the provided link in More Information section to learn more. #### More Information: * [Semantic UI Buttons Docs](https://semantic-ui.com/elements/button.html)