A lightweight front-end component library for developing fast and powerful web interfaces.
Components
·
Themes
·
Contacts
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
grayshift/
└── dist/
│ └── css/
│ ├── grayshift.css
│ └── grayshift.min.css
│ ├── grayshift-reboot.css
│ └── grayshift-reboot.min.css
│ ├── grayshift-grid.css
│ └── grayshift-grid.min.css
│ ├── grayshift-utilities.css
│ └── grayshift-utilities.min.css
└── components/
├── navbar/
│ └── navbar.html
└── breadcrumb/
│ └── breadcrumb.html
└── pagination/
│ └── pagination.html
└── footer/
│ └── footer.html
└── jumbotron/
│ ├── jumbotron.html
│ └── jumbotron-2.html
└── features/
│ ├── features.html
│ ├── features-2.html
│ └── features-3.html
└── pricing/
│ └── pricing.html
└── applicants/
│ ├── applicants.html
│ ├── applicants-2.html
│ ├── applicants.css
│ └── applicants.min.css
└── blog/
│ ├── blog.html
│ ├── article.html
│ ├── article.css
│ └── article.min.css
└── checkout/
│ └── checkout.html
└── testimonials/
│ └── testimonials.html
└── team/
│ └── team.html
└── contacts/
│ └── contacts.html
└── dropzone/
│ ├── dropzone.html
│ ├── dropzone.css
│ └── dropzone.min.css
└── login/
│ └── login.html
└── table/
│ └── table.html
└── modal/
│ └── modal.html
└── accordion/
│ ├── accordion.html
│ └── accordion-2.html
└── starter-template/
└── starter-template.html
Grayshift supports the latest, stable releases of all modern browsers and platforms.
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
Thanks to Bootstrap for the build process inspiration.