Git Product home page Git Product logo

creativetimofficial / now-ui-kit-react Goto Github PK

View Code? Open in Web Editor NEW
162.0 10.0 383.0 14.48 MB

React version of Now UI Kit by Creative Tim

Home Page: https://demos.creative-tim.com/now-ui-kit-react/#/index?ref=nukr-github-description-link

License: MIT License

HTML 0.46% CSS 38.61% JavaScript 29.80% SCSS 31.13%
react reactjs reacthook reacthooks create-react-app react-router react-router-dom reactstrap invision invisionapp nucleo now-ui now-ui-design now-ui-kit bootstrap bootstrap4

now-ui-kit-react's Introduction

Now UI Kit React

Now UI Kit React is a free Bootstrap 4, React, React Hooks and Reactstrap UI Kit provided for free by Invision and Creative Tim. It is a beautiful cross-platform UI kit featuring over 50 elements and 3 templates.

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 React version for it!

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. We used 100 Icons from our friends from Nucleo Icons, check their 12.000 icons here.

React Hooks support

Now UI Kit React is built on top of Bootstrap 4 using React and Reactstrap, so it fully supports React Hooks.

Bootstrap 4 support

Now UI Kit React is built on top of Bootstrap 4 using React, React Hooks, create-react-app and Reactstrap. This makes starting a new project very simple. It also provides benefits if you are already working on a Bootstrap 4, React or Reactstrap project; you can just import the Now UI Kit React 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.

Examples

Now UI Kit React contains some pages already designed and implemented. Here is the list with the pages available. We are also working on more example pages, that you will be able to access no matter the version you download.

Tutorial and components

Once you download the archive, you will be able find a tutorial page inside it explaining how to start using it. You can also check the documentation online.

Table of Contents

Versions

HTML Angular React Vue
Now UI Kit HTML Now UI Kit Angular Now UI Kit React Vue Now UI Kit
Login Page Landing Page Profile Page
Login Page Landing Page Profile Page

View More

Quick start

  1. Download the project's zip
  2. Make sure you have node.js (https://nodejs.org/en/?ref=creativetim) installed
  3. Type npm install in terminal/console in the source folder where package.json is located
  4. You will find all the branding colors inside src/assets/scss/now-ui-kit/_variables.scss. You can change them with a HEX value or with other predefined variables.
  5. Run in terminal npm start.

Deploy

๐Ÿš€ You can deploy your own version of the template to Genezio with one click:

Deploy to Genezio

Documentation

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

File Structure

Within the download you'll find the following directories and files:

now-ui-kit-react
.
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ LICENSE.md
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ jsconfig.json
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ public
โ”‚ย ย  โ”œโ”€โ”€ index.html
โ”‚ย ย  โ””โ”€โ”€ manifest.json
โ””โ”€โ”€ src
    โ”œโ”€โ”€ assets
    โ”‚ย ย  โ”œโ”€โ”€ css
    โ”‚ย ย  โ”œโ”€โ”€ demo
    โ”‚ย ย  โ”œโ”€โ”€ fonts
    โ”‚ย ย  โ”œโ”€โ”€ img
    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ flags
    โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ nucleo-logo.svg
    โ”‚ย ย  โ””โ”€โ”€ scss
    โ”‚ย ย      โ”œโ”€โ”€ now-ui-kit
    โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ cards
    โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ mixins
    โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ plugins
    โ”‚ย ย      โ”œโ”€โ”€ react
    โ”‚ย ย      โ”‚   โ”œโ”€โ”€ now-ui-kit
    โ”‚ย ย      โ”‚   โ”œโ”€โ”€ plugins
    โ”‚ย ย      โ”‚   โ””โ”€โ”€ react-differences.scss
    โ”‚ย ย      โ””โ”€โ”€ now-ui-kit.scss
    โ”œโ”€โ”€ components
    โ”‚ย ย  โ”œโ”€โ”€ Footers
    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ DarkFooter.js
    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ DefaultFooter.js
    โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ TransparentFooter.js
    โ”‚ย ย  โ”œโ”€โ”€ Headers
    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ IndexHeader.js
    โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ LandingPageHeader.js
    โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ ProfilePageHeader.js
    โ”‚ย ย  โ””โ”€โ”€ Navbars
    โ”‚ย ย      โ”œโ”€โ”€ ExamplesNavbar.js
    โ”‚ย ย      โ””โ”€โ”€ IndexNavbar.js
    โ”œโ”€โ”€ index.js
    โ””โ”€โ”€ views
        โ”œโ”€โ”€ Index.js
        โ”œโ”€โ”€ NucleoIcons.js
        โ”œโ”€โ”€ examples
        โ”‚ย ย  โ”œโ”€โ”€ LandingPage.js
        โ”‚ย ย  โ”œโ”€โ”€ LoginPage.js
        โ”‚ย ย  โ””โ”€โ”€ ProfilePage.js
        โ””โ”€โ”€ index-sections
            โ”œโ”€โ”€ BasicElements.js
            โ”œโ”€โ”€ Carousel.js
            โ”œโ”€โ”€ CompleteExamples.js
            โ”œโ”€โ”€ Download.js
            โ”œโ”€โ”€ Examples.js
            โ”œโ”€โ”€ Images.js
            โ”œโ”€โ”€ Javascript.js
            โ”œโ”€โ”€ Navbars.js
            โ”œโ”€โ”€ Notifications.js
            โ”œโ”€โ”€ NucleoIcons.js
            โ”œโ”€โ”€ Pagination.js
            โ”œโ”€โ”€ SignUp.js
            โ”œโ”€โ”€ Tabs.js
            โ””โ”€โ”€ Typography.js

Browser Support

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

Resources

Dashboards:

HTML React Angular
Now UI Dashboard  HTML Now UI Dashboard  React  Now UI Dashboard Angular

Reporting Issues

We use GitHub Issues as the official bug tracker for the Now UI Kit React. 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 Now UI Kit React. 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=creativetim

Facebook: https://www.facebook.com/CreativeTim?ref=creativetim

Dribbble: https://dribbble.com/creativetim?ref=creativetim

Instagram: https://www.instagram.com/CreativeTimOfficial?ref=creativetim

now-ui-kit-react's People

Contributors

cristim67 avatar einazare avatar maisamaf avatar marqbeniamin avatar sajadevo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

now-ui-kit-react's Issues

Dynamically replacing background image in ProfilePageHeader renders a blurry image.

When I try to dynamically replace the background image in ProfilePageHeader the image is always blurry, this is also true for images that are already in the public folder.

Here is a snippet of the changes =>

<div className="page-header-image" style={{ backgroundImage: props.data.blog_picture_context }} ref={pageHeader} ></div>

This will simply render a blurry image, please let me know if I need to post more of the code as a point of reference.

How to implement smooth scrolling to hash sections

What is your enhancement?

I tried using react-router-hash-link, but the scrolling is not smooth despite following the instructions in their docs. It just changes sections instantly. Do you have any advice on how I can get smooth scrolling to anchor locations with this template?

import { HashLink } from 'react-router-hash-link';

<Button
                className="btn-round"
                color="info"
                size="lg"
                to="#about"
                tag={HashLink}
              >
                <h3 className="m-0">Learn More</h3>
</Button>

<div id="about">Test</div>

node version 12, latest Chrome browser

[Bug] npm install returns error: unable to resolve dependency tree

Version

1.5.1

Reproduction link

https://github.com/creativetimofficial/now-ui-kit-react

Operating System

Windows

Device

Lenovo

Browser & Version

Chrome

Steps to reproduce

  1. Clone the now-ui-kit-react repo from github page, or from the https://www.creative-tim.com/product/now-ui-kit-react page.
  2. Open a terminal where the project folder is located.
  3. run npm install

What is expected?

It should start loading node_modules folder with the expected modules inside.

What is actually happening?

It returns the error below:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.5.0 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-datetime
npm ERR! react-datetime@"3.1.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See C:\Users\X\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\X\AppData\Local\npm-cache_logs\2022-08-04T12_31_35_183Z-debug-0.log


Solution

First, running this command:
=> npm install --legacy-peer-deps
Then, normal npm install
=> npm install

it will give you this response:
added 1810 packages, and audited 1811 packages in 4m
209 packages are looking for funding
run npm fund for details
12 high severity vulnerabilities

=> npm start

Additional comments

Changing uppercase in some components

Hi,

I am new to Now UI and I am having trouble editing some titles. For example, I would like to change the capitalization of the NavarBrand component I have in my Navegation bar. I have commented the text-transform field in the css but the text is still in upper case, how can I keep the format in which I put the string in the brand component?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.