All Projects → bootstrapbay → lazy-kit

bootstrapbay / lazy-kit

Licence: other
A new design system for developing with less effort. See how it looks:

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lazy-kit

Now Ui Kit
Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
Stars: ✭ 1,705 (+2407.35%)
Mutual labels:  kit, ui-kit, freebie
Vue Notus
Vue Notus: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 108 (+58.82%)
Mutual labels:  kit, ui-kit
Ui Kit For Chrome Extensions
A UI template for designing the options/settings page for Chrome Extensions. It resembles the exact look as the native settings page of Chrome Browser.
Stars: ✭ 100 (+47.06%)
Mutual labels:  kit, ui-kit
Notus Svelte
Notus Svelte: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 144 (+111.76%)
Mutual labels:  kit, ui-kit
notus-angular
Notus Angular: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 148 (+117.65%)
Mutual labels:  kit, ui-kit
Windows 95 Ui Kit
💾 Windows 95 UI Kit made with Bootstrap 4 components
Stars: ✭ 294 (+332.35%)
Mutual labels:  kit, ui-kit
Shards Ui
🎨Shards is a beautiful & modern Bootstrap 4 UI kit packed with extra templates and components.
Stars: ✭ 1,718 (+2426.47%)
Mutual labels:  kit, templates
gogo
GoGo - Free Bootstrap template for chat bot landing page
Stars: ✭ 45 (-33.82%)
Mutual labels:  landing-page, freebie
Win95.css
Responsive Bootstrap 4 windows 95/98 theme & landing template
Stars: ✭ 171 (+151.47%)
Mutual labels:  landing-page, ui-kit
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (+154.41%)
Mutual labels:  kit, ui-kit
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+180.88%)
Mutual labels:  kit, ui-kit
Ant Design Landing
🚵 Landing Pages of Ant Design System
Stars: ✭ 4,425 (+6407.35%)
Mutual labels:  landing-page, templates
Argon Design System
Argon - Design System for Bootstrap 4 by Creative Tim
Stars: ✭ 2,307 (+3292.65%)
Mutual labels:  freebie, profile-page
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+1366.18%)
Mutual labels:  kit, templates
Notus Nextjs
Notus NextJS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 152 (+123.53%)
Mutual labels:  kit, ui-kit
Next-JS-Landing-Page-Starter-Template
🚀 Free NextJS Landing Page Template written in Tailwind CSS 3 and TypeScript ⚡️ Made with developer experience first: Next.js 12 + TypeScript + ESLint + Prettier + Husky + Lint-Staged + VSCode + Netlify + PostCSS + Tailwind CSS
Stars: ✭ 521 (+666.18%)
Mutual labels:  landing-page, templates
Open React Template
A free React landing page template designed to showcase open source projects, SaaS products, online services, and more. Made by
Stars: ✭ 1,956 (+2776.47%)
Mutual labels:  landing-page, templates
Adminlte Laravel
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
Stars: ✭ 1,814 (+2567.65%)
Mutual labels:  landing-page
Particleground Portfolio
A minimalistic particle theme landing page template. ⚛️
Stars: ✭ 204 (+200%)
Mutual labels:  landing-page
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (+101.47%)
Mutual labels:  landing-page

Lazy Kit is a complete design system built on Bootstrap 4.
It is created for all web makers that want to get a project off the ground quickly and neatly.
It overwrites all Bootstrap 4 components and adds 2 more plugins. It also comes with 3 example pages.


ComponentsDocumentationOfficial Page


Download


Examples

Lazy Kit comes with 3 examples that show you what you can build with it.

Register Page Profile Page Landing Page

Dependencies

Lazy Kit is built on top of Bootstrap and uses the noUiSlider plugin and Font Awesome icons. You can see the documentation for them here:


Quick Start

In order to take advantage of all that Lazy Kit has to offer, you can use the following starter template that includes all the dependencies.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <link rel="stylesheet" href="./assets/vendor/bootstrap/bootstrap.min.css">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css">
    <link rel="stylesheet" href="./assets/css/lazy.css">
  </head>
  <body>
    <!-- your content here -->

    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="./assets/vendor/jquery/jquery.min.js"></script>
    <script src="./assets/vendor/popper/popper.min.js"></script>
    <script src="./assets/vendor/bootstrap/bootstrap.min.js" ></script>

    <!-- optional plugins -->
    <script src="./assets/vendor/nouislider/js/nouislider.min.js"></script>

    <!--   lazy javascript -->
    <script src="./assets/js/lazy.js"></script>
  </body>
</html>

Issues and Technical Support

If you have found an issue please report it on Github, under Issues. If you have a technical questions or something it not working while you are trying to integrate the kit, please email us at [email protected]

Useful Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].