Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
now-ui-dashboard-react
Advanced tools
Now UI Dashboard React is an admin dashboard template designed to be beautiful and simple. It is built on top of Reactstrap and React (create-react-app), using Now UI Dashboard and it is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Now UI Dashboard React contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product.
It comes with 6 filter colors for the sidebar (black
, blue
, green
, orange
, red
, yellow
) and an option to have a background image.
HTML | React | Angular |
---|---|---|
Dashboard | User Profile | Tables | Maps | Notification |
---|---|---|---|---|
Quick start options:
npm i now-ui-dashboard-react
(you will need to import from the dist folder our components)git clone https://github.com/creativetimofficial/now-ui-dashboard-react.git
.The documentation for the Now UI Dashboard React is hosted at our website.
Within the download you'll find the following directories and files:
Now UI Dashboard React
├── CHANGELOG.md
├── Documentation
│ └── tutorial-components.html
├── LICENSE.md
├── README.md
├── package.json
├── public
│ ├── apple-icon.png
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
│ ├── css
│ │ └── demo.css
│ ├── fonts
│ │ └── ...
│ ├── img
│ │ ├── flags
│ │ │ └── ...
│ │ └── ...
│ └── sass
│ ├── now-ui-dashboard
│ │ ├── mixins
│ │ │ └── ...
│ │ ├── plugins
│ │ │ └── ...
│ │ └── ...
│ └── now-ui-dashboard.scss
├── components
│ ├── Card
│ │ └── Card.js
│ ├── Footer
│ │ └── Footer.js
│ ├── FormInputs
│ │ └── FormInputs.js
│ ├── Header
│ │ └── Header.js
│ ├── Sidebar
│ │ └── Sidebar.js
│ └── Task
│ └── Task.js
├── containers
│ └── App
│ └── App.js
├── elements
│ ├── CardElements
│ │ ├── CardLegend.js
│ │ ├── CardStatistics.js
│ │ ├── CardStats.js
│ │ └── UserCardAuthor.js
│ ├── CustomButton
│ │ └── CustomButton.js
│ ├── CustomCheckbox
│ │ └── CustomCheckbox.js
│ └── CustomRadio
│ └── CustomRadio.js
├── index.js
├── routes
│ └── app.js
├── variables
│ ├── charts.js
│ ├── general.js
│ └── icons.js
└── views
├── Dashboard
│ └── Dashboard.js
├── Icons
│ └── Icons.js
├── Maps
│ └── Maps.js
├── Notifications
│ ├── NotificationSystem
│ │ └── NotificationSystem.js
│ └── Notifications.js
├── Table
│ └── Tables.js
├── Typography
│ └── Typography.js
└── User
└── User.js
At present, we officially aim to support the last two versions of the following browsers:
We use GitHub Issues as the official bug tracker for the Now UI Dashboard React. Here are some advices for our users that want to report an issue:
If you have questions or need help integrating the product please contact us instead of opening an issue.
More products from Creative Tim: https://www.creative-tim.com/products
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: https://www.creative-tim.com/products
Affiliate Program (earn money): https://www.creative-tim.com/affiliates/new
Social Media:
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
Google+: https://plus.google.com/+CreativetimPage
Instagram: https://instagram.com/creativetimofficial
FAQs
Unknown package
We found that now-ui-dashboard-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.