Quantcast
Viewing all articles
Browse latest Browse all 162

Lightweight Fast UI Component Framework – Grayshift

Image may be NSFW.
Clik here to view.
Grayshift Framework Project Management Template

Grayshift is a front-end framework that provides a number of UI components, page templates, and content blocks for building modern web apps.

UI Components:

  • Buttons
  • Cards
  • Collapse
  • Dropdowns
  • Forms
  • Input group
  • Modal
  • Navs
  • Navbar

Blocks:

  • Accordion
  • Blog
  • Contact Form
  • Features
  • Footer
  • Header
  • Navbar
  • Pricing
  • Sign in
  • Testimonials

Templates:

  • Chat
  • Project Management
  • Blog
  • Forum

Install & Import:

1. Download and import the Grayshift.css in your HTML document.

<link rel="stylesheet" href="./css/grayshift.min.css" />
<!-- Or From CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yanchokraev/grayshift@latest/css/grayshift.min.css" />

2. Import the latest Bootstrap 5 framework and popper.js library if you need to use components.

<script src="/path/to/cdn/popper.min.js"></script>
<script src="/path/to/cdn/bootstrap.min.js"></script>

Previews:

 

Image may be NSFW.
Clik here to view.
Grayshift Framework Card Component

Card Component

Image may be NSFW.
Clik here to view.
Grayshift Framework Modal Component

Modal Component

Image may be NSFW.
Clik here to view.
Grayshift Framework Buttons Component

Buttons Component

Image may be NSFW.
Clik here to view.
Grayshift Framework Form Block

Form Block

Image may be NSFW.
Clik here to view.
Grayshift Framework Pricing Table Block

Pricing Table Block

Image may be NSFW.
Clik here to view.
Grayshift Framework Header Nav Block

Header Nav Block

Image may be NSFW.
Clik here to view.
Grayshift Framework Chat Template

Chat Template

Image may be NSFW.
Clik here to view.
Grayshift Framework Project Management Template

Project Management Template

Image may be NSFW.
Clik here to view.
Grayshift Framework Forum Template

Forum Template

The post Lightweight Fast UI Component Framework – Grayshift appeared first on CSS Script.


Viewing all articles
Browse latest Browse all 162

Trending Articles