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
With icon - inline
xs left
X-Small
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-xs-primary-action') ?>"> <svg class="<?== c('btnIcon-xs') ?> mr-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> X-Small </button> <? c.flush(response); ?>
s left
Small
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-s-primary-action') ?>"> <svg class="<?== c('btnIcon-s') ?> mr-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> Small </button> <? c.flush(response); ?>
m left
Medium
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-m-primary-action') ?>"> <svg class="<?== c('btnIcon-m') ?> mr-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> Medium </button> <? c.flush(response); ?>
l left
Large
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-l-primary-action') ?>"> <svg class="<?== c('btnIcon-l') ?> mr-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> Large </button> <? c.flush(response); ?>
xl left
X-Large
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-xl-primary-action') ?>"> <svg class="<?== c('btnIcon-xl') ?> mr-12" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> X-Large </button> <? c.flush(response); ?>
xs right
X-Small
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-xs-primary-action') ?>"> X-Small <svg class="<?== c('btnIcon-xs') ?> ml-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>
s right
Small
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-s-primary-action') ?>"> Small <svg class="<?== c('btnIcon-s') ?> ml-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>
m right
Medium
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-m-primary-action') ?>"> Medium <svg class="<?== c('btnIcon-m') ?> ml-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>
l right
Large
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-l-primary-action') ?>"> Large <svg class="<?== c('btnIcon-l') ?> ml-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>
xl right
X-Large
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-xl-primary-action') ?>"> X-Large <svg class="<?== c('btnIcon-xl') ?> ml-12" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>
With icon - block
block m left
Medium
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-m-primary-action flex w-full') ?>"> <svg class="<?== c('btnIcon-m') ?> mr-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> Medium </button> <? c.flush(response); ?>
block m right
Medium
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <button class="<?== c('btn-m-primary-action flex w-full') ?>"> Medium <svg class="<?== c('btnIcon-m') ?> ml-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg> </button> <? c.flush(response); ?>