Components

Avatar

Avatars are typically used to display a user profile as a picture, an icon. we provide avatars in different shapes and sizes

Default Avatar

To create avatar you need to add avatar class to the element

For getting different size of avatar you can choose either avatar-lg | avatar-md | avatar-sm

demo1
demo1
demo1

Square Avatar

To generate circular shape avatar you need to add avatar-square class.

demo1
demo1
demo1

Alert

Alert messages can be used to notify the user about something special. The alert box takes the focus away from the current window, and forces the user to read the message.

Default Alert

Alert can be of many type like success, warning, error etc.

To create alert you need to add alert class to the element

For different type of avatar you can choose either alert-success | alert-warning | alert-error | alert-dark

This is Primary Alert.
This is Success Alert.
This is Warning Alert.
This is Error Alert.
This is Dark Alert.

Outline Alert

To generate alert with outline only you need to add alert-outline class.

For different type of avatar you can choose either alert-outline-success | alert-outline-warning | alert-outline-error | alert-outline-dark

This is Primary Alert.
This is Success Alert.
This is Warning Alert.
This is Error Alert.
This is Dark Alert.

Badge

Used to add additional information to the content. For example, to display the number of notification & to display the online and offline status of user we can use Badges.

Status Badge ( Badge on Avatars )

The status badge shows the online or offline status of user which needs to be displayed on the bottom right side of the profile.

To create status badge you need to add badge-status class to the element

For different type of status badge you can choose either status-online | status-offline

badge-demo
badge-demo

Notification Badge ( Badge on Icons )

To generate badge with number you need to add badge-notification class.

20
9

Button

Using Buttons we can perform some actions. Buttons are alos used to submit forms. we have variety of buttons in our library just add proper classes and your are ready to go.

Default Buttons

To create normal button you need to add btn class to the element

For different type of buttons you can choose either btn-primary | btn-success | btn-warning | btn-danger | btn-dark

Outline Buttons

To generate button with outline you need to add btn-outline class.

For different type of buttons you can choose either btn-outline-primary | btn-outline-success | btn-outline-warning | btn-outline-danger | btn-outline-dark

Link Button

To create link button you need to add btn-link class to the element

Icon Buttons

To create button with icon you need to add btn-icon class to the element

Floating Buttons

To create float button you need to add btn-float class to the element

Cards

The card component can contain a variety of content, including a heading, image, content and buttons. Card is basically Well organized collection of data related to specific topic which is easy to understand.

we have different types of card so just copy the code whichever card you want to use add your text and image init and your good to go.

Text only cards

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Cards with shadow

To add shadow to any card just add card-shadow class to the card

card-demo
This is card shadow example

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Cards with text overlay

You just need to add overlay-text class to the text which you want to set over the other items.

card-demo
This is text overlay example

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Horizontal cards

Add card-horizontal class to the card which will help you to build your horizontal card.

card-demo
This is horizontal card example

Lorem Ipsum is simply dummy text.

Cards with badges

Use badge-text to the text which you want to be treated as a badge

card-demo Labrador
This is card with badge example

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Cards with dismiss

Add dismiss-item class to any icon which you want to act as dismiss icon.

card-demo
This is dismiss card example

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Images

Responsive Images

It is very important to use responsive images in our website.

To create responsive image you need to add image-responsive class to the element

image-demo

Circular Image

To generate circular image you need to add image-cirlce class to the element.

image-demo

Inputs

The input tag specifies an input field where the user can enter data. The input element is the most important form element. The input element can be displayed in several ways, depending on the type attribute like text, radio, checkbox etc.

You can also disabled them by using appropriate classes

Input field

This type of field will help you to get some information from user like name, email etc.

Input with error style

This error styling will help you to show instant response to user when you will add some validation to your form.

please enter correct email

Radio Button

Radio buttons allow the user to select only one option from all given options. one thing keep in mind while using radio button the name attribute for each input must be same

Dogs
Crow
Swan
Goats

Checkbox

Checkboxes allow the user to select one or more option from all given options.

Dogs
Crow
Swan
Duck

Text Utilities

Heading

Our Component library has all headings from h1 to h6

H1 - Creatively

H2 - Creatively

H3 - Creatively

H4 - Creatively

H5 - Creatively
H6 - Creatively

Small Text ( Paragraph, Span )

Both Paragraph and Span has same font style. for paragraph you can use p tag and for span you can use span tag.

P - Creatively

Span - Creatively

Text Align

The Text align property specifies the horizontal alignment of text in an element.

we have different text alignments like text-left | text-center | text-right

This is text left example.

This is text center example.

This is text right example.

List

Lists allow web developers to group a set of related items in lists.

Unordered List

An unordered list starts with the ul tag. Each list item starts with the li tag.

By default the list items will be marked with bullets.

  • First Point
  • Second Point
  • Third Point
  • First Point
  • Second Point
  • Third Point

Ordered List

An ordered list starts with the ol tag. Each list item starts with the li tag.

By default the list items will be marked with numbers.

  1. First Point
  2. Second Point
  3. Third Point
  1. First Point
  2. Second Point
  3. Third Point
  1. First Point
  2. Second Point
  3. Third Point
  1. First Point
  2. Second Point
  3. Third Point
  1. First Point
  2. Second Point
  3. Third Point

Stacked List

In a stacked list we put elements on top of each other vertically without giving them any markers like roman, bullets etc.

Rating

E-commerce Rating

Star Rating is highly use in e-commerce website because they increase social proof and influence purchases.

thats why we are providing you star rating here just copy the below code and you are good to go

Toast

A toast is shown to users with readable message content at the top or bottom of the screen and disappears automatically after a few seconds.

This is demo Toast

Javascript

Grid

Simplified Grid

Grids are used to guide the designers with how and where to place elements on the page.

We have multiple grid options in this library. you can use any of then depends on your sub-childs

Classes we provide - gird-2 | grid-3 | grid-4 | grid-5 | grid-6 | grid-responsive

grid with two items

one
two

grid with three items

one
two
three

grid with four items

one
two
three
Four

grid with five items

one
two
three
Four
Five

grid with six items

one
two
three
Four
Five
Six

grid with responsiveness

one
two
three
Four

Slider

Range Slider

You can use Range silder for defining control for entering a number whose exact value is not important

0

Image Slider

This component mostly use in e-commerce website to shwocase theirs products.

you can directly add as many images you want just give class & id name properly.

slider-demo
slider-demo
slider-demo