azimonti / now-ui-kit-bootstrap-5

Now UI Kit Ported to Bootstrap 5

Home Page:https://www.creative-tim.com/product/now-ui-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version license GitHub issues open GitHub issues closed

Product Image

Bootstrap 5 Support

Now UI Kit has been migrated to Bootstrap 5. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 5 project; you can just import the Now UI Kit style over it. Most of the elements have been redesigned; but if you are using an element we have not touched, it will fall back to the Bootstrap default.

Bootstrap Version: since tooltip has been changed in version 5.2, a version >= 5.2 of Bootstrap is necessary for usage with tooltip.

Now UI Kit is a responsive Bootstrap 5 kit provided for free by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 50 elements and 3 templates, and was migrated to be compatible with Bootstrap 5. Build process has also been updated with the latest version of Gulp.

Build tools

Learn how to use Now UI Kit compiling SCSS, change brand-colors and more.

Tooling setup

Change brand colors

  • You will find all the branding colors inside assets/scss/_variables.scss.

Compile SCSS (global installation)

  1. Download the project’s zip.
  2. Make sure you have node.js (https://nodejs.org/en/) installed.
  3. Type npm install in terminal/console in the source folder where package.json is located.
  4. Run in terminal gulp open-app for opening the Dashboard Page (default) of the product. You can set in gulpfile.js from your downloaded archive any page you want to open in browser, at line 30: gulp.src('index.html').
  5. Run in terminal gulp compileScss for a single compilation or gulp watch for continuous compilation of the changes that you make in *.scss files. This command should be run in the same folder where gulpfile.js and package.json are located.

Compile SCSS (local installation)

To compile CSS using Gulp without a global installation, follow these steps:

  1. Ensure you have a recent version of npm (5.2 or higher) which includes npx.

  2. Open your terminal and navigate to your project directory.

  3. Use npx to run Gulp tasks. For example, to compile SCSS, execute:

    npx gulp compileScss

This command uses npx to temporarily install Gulp if it's not already installed and then runs the compileScss task.

If you wish to have a minified version with a map, execute:

npx gulp compileScssMin

This command uses npx to temporarily install Gulp if it's not already installed and then runs the compileScssMin task.

To continuously watch for changes in your SCSS files and compile them, use: bash

npx gulp watch

This will keep the process running and compile CSS (both minified and non-minified version) whenever you make changes to your SCSS files.

This guide is designed for users with a newer npm environment, leveraging npx for ease of use with locally installed packages.

Now UI Kit

Now UI Kit is one of the most popular UI Kits online, provided in PSD and Sketch formats by Invision. We wanted to find a way for developers worldwide to benefit from using it. So, in collaboration with Invision, we are launching the HTML version for it!

Now will help you create a clean and simple website that is a perfect fit for today's flat design. It is built using the 12 column grid system, with components designed to fit together perfectly. It makes use of bold colours, beautiful typography, clear photography and spacious arrangements.

Create awesome, lifelike prototypes with InVision and Now so your users can experience and give feedback on your vision!

To get the PSD and Sketch files, please visit Invision (https://www.invisionapp.com/now).

Example Pages We wanted to fully display the power of this kit, so the kit comes packed with examples showing you how to use the components. Inside the product you will find:

Table of Contents

Versions

HTML VUEJS ANGULAR
Now UI Kit HTML Now UI Kit Vuejs Now UI Kit Angular

Demo

Register Login Profile
Landing Login Profile

Documentation

The documentation for the Now UI Kit is hosted at our website.

File Structure

Now Ui Kit
├── CHANGELOG.md
├── assets
│   ├── css
│   │   ├── bootstrap.min.css
│   │   ├── demo.css
│   │   └── now-ui-kit.css
│   ├── fonts
│   ├── img
│   ├── js
│   │   ├── core
│   │   │   ├── bootstrap.min.js
│   │   │   ├── jquery.3.2.1.min.js
│   │   │   └── popper.min.js
│   │   ├── now-ui-kit.js
│   │   └── plugins
│   │       ├── bootstrap-datetimepicker.js
│   │       ├── bootstrap-switch.js
│   │       └── nouislider.min.js
├── documentation
│   ├── template.html
│   └── tutorial-components.html
├── examples
│   ├── landing-page.html
│   ├── login-page.html
│   └── profile-page.html
├── index.html
└── nucleo-icons.html

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Resources

HTML VUEJS ANGULAR
Now UI Kit HTML Now UI Kit Vuejs Now UI Kit Angular

Change log

Please see the changelog for more information on what has changed recently.

Credits

Reporting Issues

We use GitHub Issues as the official bug tracker for the Now UI Kit. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Argon Dashboard Pro Nodejs. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim?ref=adnp-readme

Facebook: https://www.facebook.com/CreativeTim?ref=adnp-readme

Dribbble: https://dribbble.com/creativetim?ref=adnp-readme

Instagram: https://www.instagram.com/CreativeTimOfficial?ref=adnp-readme

About

Now UI Kit Ported to Bootstrap 5

https://www.creative-tim.com/product/now-ui-kit

License:Other


Languages

Language:CSS 39.6%Language:SCSS 34.6%Language:HTML 23.1%Language:JavaScript 2.7%Language:Shell 0.1%