Components
These components demonstrate how to build scalable semantic UI with TailUI.
Button
Versatile button with variants, sizes, and states.
Preview
Code
1<button class="ui-button ui-primary">Primary</button>2<button class="ui-button ui-secondary">Secondary</button>3<button class="ui-button ui-danger">Danger</button>4<button class="ui-button ui-ghost">Ghost</button>5<button class="ui-button ui-outline">Outline</button>