From 04d59fee6d73ac38cc9c2c7b8e867aa4ff3764a6 Mon Sep 17 00:00:00 2001 From: okendoken Date: Wed, 24 Apr 2019 16:05:40 +0300 Subject: [PATCH] update readme & title --- README.md | 18 ++++++++++-------- package.json | 3 +-- src/components/Header/HeaderView.js | 2 +- yarn.lock | 4 ++++ 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1412070c..75ef3733 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -## React Material Template — material admin dashboard template -Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/), [Redux](http://redux.js.org/) +# React Material Admin — Material-UI Dashboard Template +Built with [React](https://facebook.github.io/react/), [Material-UI](https://material-ui.com), [React Router](https://reacttraining.com/react-router/), [Redux](http://redux.js.org/). +**No jQuery and Bootstrap!** -[Demo](https://flatlogic.github.io/react-material-template/). Use any credentials to get in. +[Demo](https://flatlogic.com/admin-dashboards/react-material-admin/demo). Use any credentials to log in. -![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png) +[![image](https://user-images.githubusercontent.com/24964748/55800639-df780300-5adc-11e9-84b7-7c2437088516.png)](https://flatlogic.com/admin-dashboards/react-material-admin/demo) ## Features -* React +* React (**16.8.2**) +* **No jQuery and Bootstrap!** * Mobile friendly layout (responsive) * Create-react-app under the hood * React Router @@ -39,7 +41,7 @@ You can start by cloning the latest version of React Dashboard on your local machine by running: ```shell -$ git clone https://github.com/flatlogic/react-material-template.git MyApp +$ git clone https://github.com/flatlogic/react-material-admin.git MyApp $ cd MyApp ``` @@ -76,10 +78,10 @@ For any additional information please refer to [Flatlogic homepage](https://flat - Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup: ## More from Flatlogic -- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier - [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application -- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL - [Sing App](https://github.com/flatlogic/sing-app) - 💥 Free and open-source admin dashboard template built with Bootstrap 4 +- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✅ Pure css way to make inputs look prettier +- [React Dashboard](https://github.com/flatlogic/react-dashboard) - 🔥 React Dashboard - isomorphic admin dashboard template with GraphQL - [Light Blue Dashboard](https://github.com/flatlogic/light-blue-dashboard) - 💦 Free and open-source admin dashboard template built with Bootstrap ## Premium themes diff --git a/package.json b/package.json index f0d460ec..b3828a62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "flatlogic-material", - "version": "0.1.0", - "private": true, + "version": "1.0.0", "dependencies": { "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", diff --git a/src/components/Header/HeaderView.js b/src/components/Header/HeaderView.js index eaf86e02..f5072aa7 100644 --- a/src/components/Header/HeaderView.js +++ b/src/components/Header/HeaderView.js @@ -103,7 +103,7 @@ const Header = ({ classes, isSidebarOpened, toggleSidebar, ...props }) => ( /> )} - Material Dashboard + React Material Admin