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.
Learn how to use Now UI Kit compiling SCSS, change brand-colors and more.
- You will find all the branding colors inside
assets/scss/_variables.scss
.
- Download the project’s zip.
- Make sure you have node.js (https://nodejs.org/en/) installed.
- Type
npm install
in terminal/console in the source folder wherepackage.json
is located. - 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')
. - Run in terminal
gulp compileScss
for a single compilation orgulp watch
for continuous compilation of the changes that you make in*.scss
files. This command should be run in the same folder wheregulpfile.js
andpackage.json
are located.
To compile CSS using Gulp without a global installation, follow these steps:
-
Ensure you have a recent version of
npm
(5.2 or higher) which includesnpx
. -
Open your terminal and navigate to your project directory.
-
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 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:
- Versions
- Demo
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Licensing
- Useful Links
HTML | VUEJS | ANGULAR |
---|---|---|
Register | Login | Profile |
---|---|---|
The documentation for the Now UI Kit is hosted at our website.
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
At present, we officially aim to support the last two versions of the following browsers:
- Demo: https://demos.creative-tim.com/now-ui-kit/index.html?ref=adnp-readme
- Download Page: https://www.creative-tim.com/product/now-ui-kit?ref=adnp-readme
- Buy PRO: https://www.creative-tim.com/product/now-ui-kit-pro
- Documentation: https://demos.creative-tim.com/now-ui-kit/docs/1.0/getting-started/introduction.html?ref=adnp-readme
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
- Issues: Github Issues Page
- Dashboards:
HTML | VUEJS | ANGULAR |
---|---|---|
Please see the changelog for more information on what has changed recently.
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:
- Make sure that you are using the latest version of the Argon Dashboard Pro Nodejs. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
- Copyright 2019 Creative Tim (https://www.creative-tim.com/?ref=nuk-readme)
- Creative Tim License.
- Tutorials
- Affiliate Program (earn money)
- Blog Creative Tim
- Free Products from Creative Tim
- Premium Products from Creative Tim
- React Products from Creative Tim
- Angular Products from Creative Tim
- VueJS Products from Creative Tim
- More products from Creative Tim
- Check our Bundles here
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