• Typography
  • Buttons
  • Inputs
  • Controls
  • Navigation
  • Notifications
  • Boxes
  • Tables
  • Icons
  • Media
  • Components
  • View the code Simple Button
     
    <a href="#" class="button">Simple Button</a>
  • View the code Disabled Button
     
    <a href="#" class="button disabled">Disabled Button</a>
  • View the code this component uses the processing function which you can find in the js/main.js file from your framework root directory Processing Button
     
    <a href="#" class="button processing">Processing Button <span class="icon right"></span></a>
  • View the code Simple Rounded Button
     
    <a href="#" class="button rounded">Simple Rounded Button</a>
  • View the code Simple Small Button
     
    <a href="#" class="button small">Simple Small Button</a>
  • View the code Simple Big Button
     
    <a href="#" class="button big">Simple Big Button</a>
  • View the code Button with Icon
     
    <a href="#" class="button"><span class="title">Button with Icon</span><span class="icon right"></span></a>
  • View the code
     
    <a href="#" class="button only-icon"><span class="icon"></span></a>
  • View the code Simple Thin Button
     
    <a href="#" class="button thin">Simple Thin Button</a>
  • View the code
    • Group Button
    • Group Button
    • Group Button
     
    <ul class="list button-group">
        <li class="item">
            <a href="#" class="button">Group Button</a>
        </li>
        <li class="item">
            <a href="#" class="button">Group Button</a>
        </li>
        <li class="item">
            <a href="#" class="button">Group Button</a>
        </li>
    </ul>
  • View the code

    UIKit Toggle Button State

    Change Button State
     
    <a href="#" class="button" data-uk-button>Change Button State</a>
  • View the code

    UIKit Shaking Button

    Shake Button
     
    <div class="uikit-component">
        <a href="#" class="button" data-docs-animation="uk-animation-shake">Shake Button</a>
    </div>
Blackhole - Released under MIT license