Czar is an open source user interface library, which allows
devs to create nice and minimal styles and components, by using pre-defined classnames. Czar helps develop
sites and web-apps faster without you worrying much on functionality.
Installation
To get started with Czar in your project, copy the link given
below and paste it in the <head> tag of your html, above all
other style sheets.
A Webpage must have a good looking, standard and readable font to
make it's content attractive to the end user.
Open Sans is the font property which is used by
Czar. The font weight
varies from 500 to 700 based on importance of the content and free
icons available on font awesome is used by Czar.
Color Scheme
Czar comes with pre-defined colors, which are consistent in the
overall design. The colors used are chosen on a generic basis,
which can be accessed by pre-defined classes.
Default Palette
Default
#172B4D
Primary
#6366F1
Secondary
#F3F4F6
Danger
#F44336
Success
#4CAF50
Warning
#FF9800
Avatar
Avatars are user
profile pictures , usually
found in circular shapes. Avatars can be used for 'container'
objects — projects, spaces, repositories, etcetera — to give them
a recognisable visual identity.
Badges are small circles, positioned either at top-right or
bottom-right of the parent component. Badge can be used to display
numbers, online / offline status, depending on where they are
used.
Cards are surfaces that display content and actions on a single
topic. They should be easy to scan for relevant and actionable
information. Elements, like text and images, should be placed on
them in a way that clearly indicates hierarchy.
Basic Card
My Next Destination
by sunil
These tourist destinations on our bucket list are the top places to visit. Some of the places won't let
you return. Caution: You can get addicted to this places.
These tourist destinations on our bucket list are the top places to visit. Some of the places won't let
you return. Caution: You can get addicted to this places.
</div>
<divclass="card-options">
<buttonclass="card-btn">read</button>
<buttonclass="card-btn">share</button>
<iclass="far fa-heart card-icon"></i>
<iclass="fas fa-share-alt card-icon"></i>
<iclass="fas fa-ellipsis-v card-icon"></i>
</div>
</div>
<code>
Basic W/ Header
My Next Destination
by sunil
These tourist destinations on our bucket list are the top places to visit. Some of the places won't let
you return. Caution: You can get addicted to this places.
These tourist destinations on our bucket list are the top places to visit. Some of the places won't let
you return. Caution: You can get addicted to this places.
</p>
<divclass="card-options">
<buttonclass="card-btn">read</button>
<buttonclass="card-btn">share</button>
<iclass="far fa-heart card-icon"></i>
<iclass="fas fa-share-alt card-icon"></i>
<iclass="fas fa-ellipsis-v card-icon"></i>
</div>
</div>
Basic w/ Text over Media
My Next Destination
by sunil
These tourist destinations on our bucket list are the top places to visit. Some of the places won't let
you return. Caution: You can get addicted to this places.
Responsive Image Components are used to dsiplay Images on
websites, which are screen responsive. They expand upto the width
of the container they are in.
Inputs are necessary for user interaction with the website. Inputs
are used to take information from the user, and then save the data
to the server, accordingly.
Snackbars/Toast inform users
of a process that an app has performed or will perform. They
appear temporarily, towards the bottom of the screen. They
shouldn’t interrupt the user experience, and they don’t require
user input to disappear.
<!-- Use Script link for hamburger toggle on mobile mode -->
Slider
Sliders allow users to make selections from a range of values.
Options Title
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Dignissimos modi nesciunt placeat reiciendis maiores
consectetur magnam ratione esse quae atque.
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Dignissimos modi nesciunt placeat reiciendis maiores
consectetur magnam ratione esse quae atque.
The CSS Grid Layout Module offers a grid-based layout system, with
rows and columns, making it easier to design web pages without
having to use floats and positioning.