Company Ltd
Pages
Page 1
Page 2
Page 3
Comps
Hero layout
Navigation
Text
Features
Testimonials
Team
Pricing
Contact form
Footer
Elems
Grid
Horizontal container
Button
Image Shaper
Feature
Icon
Text
Contact form
CSS Comps
Landing page
Blog
Footer
Working on
CSS Elems
Buttons
Buttons with icons
Buttons icons only
Input text
Select
Checkbox
Radio
File upload
Textarea
Range
Input group
Icons
Alert
Pagination
CSS Utils
Fonts
Colors
Shadows
Background pattern
Typography
Icon only - inline
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('') ?>"> <button class="<?== c('iconBtnInline-xs-primary-action') ?>"> <svg class="<?== c('btnIcon-xs') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnInline-s-primary-action') ?>"> <svg class="<?== c('btnIcon-s') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnInline-m-primary-action') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnInline-l-primary-action') ?>"> <svg class="<?== c('btnIcon-l') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnInline-xl-primary-action') ?>"> <svg class="<?== c('btnIcon-xl') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <? c.flush(response); ?>
Icon only - block
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('') ?>"> <button class="<?== c('iconBtnBlock-xs-primary-action') ?>"> <svg class="<?== c('btnIcon-xs') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnBlock-s-primary-action') ?>"> <svg class="<?== c('btnIcon-s') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8 flex flex-row') ?>"> <button class="<?== c('iconBtnBlock-m-primary-action') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnBlock-l-primary-action') ?>"> <svg class="<?== c('btnIcon-l') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('mt-8') ?>"> <button class="<?== c('iconBtnBlock-xl-primary-action') ?>"> <svg class="<?== c('btnIcon-xl') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <? c.flush(response); ?>
Button group
Button group
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('flex') ?>"> <button class="<?== c('iconBtnInline-m-primary-action') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('flex mt-8') ?>"> <button class="<?== c('iconBtnInline-m-primary-action rounded-r-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <button class="<?== c('iconBtnInline-m-primary-action rounded-l-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <div class="<?== c('flex mt-8') ?>"> <button class="<?== c('iconBtnInline-m-primary-action rounded-r-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <button class="<?== c('iconBtnInline-m-primary-action rounded-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <button class="<?== c('iconBtnInline-m-primary-action rounded-l-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <? c.flush(response); ?>
Button group with primary button
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('flex mt-8') ?>"> <button class="<?== c('iconBtnInline-m-primary-action rounded-r-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <button class="<?== c('iconBtnInline-m-secondary-action rounded-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <button class="<?== c('iconBtnInline-m-secondary-action rounded-l-0') ?>"> <svg class="<?== c('btnIcon-m') ?>" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> </div> <? c.flush(response); ?>