Use .pow-medium-button-primary class on the button
Use .pow-big-button-ghost class on the button
Use .pow-medium-button-ghost class on the button
Add an icon class like .icon-Add on the button if you want to change the default icon. It works also for big-button
Add .no-icon class on the button if you want to remove the default icon
Use .pow-button class on the button
Use .pow-button-inverse class on the button when you want a button with color white
Add an icon class like .icon-powell-star on your button with .pow-button if you want to set an icon
Use .full-width class on your button with .pow-button if you want to have a full-width button
Use .no-padding class on your button with .pow-button if you want to remove all paddings
Use .pow-tag-button class on the button
Buttons
A button can contain text.
Although any tag can be used for a button, it will only be keyboard focusable if you use a button tag or you add the property tabindex="0".