-
Notifications
You must be signed in to change notification settings - Fork 72
Button
Vinicius Reif Biavatti edited this page Jun 4, 2021
·
5 revisions
The button component is used to create an input action for user. This component can be used with button
, anchor
or input[type=button]
elements in html page.
These are some examples for button component.
<!-- Default -->
<button class="tui-button">Button</button>
<!-- Input -->
<input type="button" class="tui-button" value="Input" />
<!-- Anchor -->
<a href="#!" class="tui-button">Anchor</a>
<!-- Custom Color -->
<button class="tui-button orange-168 white-text">Custom</button>
<!-- Disabled -->
<button class="tui-button red-168 white-text disabled" disabled>Disabled</button>
<!-- Focused -->
<button class="tui-button" autofocus>Focused</button>
This is the table with available classes for this component.
Class | Description |
---|---|
.tui-button |
Set the button style for the element |
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles