Skip to content

WilliamBlais/gskit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grayshift logo

Grayshift

A lightweight front-end component library for developing fast and powerful web interfaces.

Components · Themes · Contacts

What's included

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

Browser support

Grayshift supports the latest, stable releases of all modern browsers and platforms.

Google Chrome Mozilla Firefox Safari Opera
Latest ✔ Latest ✔ Latest ✔ Latest ✔

Thanks to Bootstrap for the build process inspiration.

About

A lightweight front-end component library for developing fast and powerful web interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 98.3%
  • CSS 1.7%