Getting Started
We have used Bootstrap as the basis for Grace UI Kit and restyled its components as well as adding new ones.
About Bootstrap
Bootstrap is a free and open-source front-end library for designing websites and web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. It is the most popular library for front-end and used across the world by millions of developers. If you want to find out more about it, you can see the documentation here.
If you plan on customising the kit, you should keep in mind that you need to understand how the Bootstrap library works. We recommend you check out the:
In order to build pages with the Grace UI Kit, you will first need to import the Bootstrap Library and then the kit files. We have created a starter template that makes this easier.
Starter Template
The easiest way to start a new page is to edit the following template (also included in the archive). This example file has included inside all the necessary files. To be able to build your page and add components and sections, you will need to have Bootstrap CSS and JS, Google Fonts, Font Awesome and the custom styling for the Grace Kit. If you ommit one of the CSS files included, your page will not get the desired look.
Using the Grace UI Kit
After you have set up your starter template, you will need to add elements and sections to it to create your desired page. The process resembles building a lego. You will need to go through the presentation file and search for the elements you would like to use, then access the source file and copy-paste them to your page.
Some of the components are restyled Bootstrap components and some are new. The same goes for the sections. We have created a new look for the cards and forms found in standard Bootstrap and we have also created new custom ones.
Restyled Bootstrap components include:
Buttons
Cards
Carousel
Dropdown
Inputs
Footer
Navigation
Tables
Tabs
Typography
New components include:
Cards
Headers
Media Player
Radio Buttons and Checkboxes
Sliders
Last updated