Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small readme updates #17

Merged
merged 1 commit into from
Oct 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
small readme updates
  • Loading branch information
julians300 committed Oct 9, 2019
commit c41a7b324f90f857d433b2b09a7fdcff0f698f3b
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<img src="assets/preview.png" width="400" />
<img src="assets/preview.png"/>
</p>

Vibe is a beautiful React.js dashboard build with Bootstrap 4 and
comes with lots of custom templates and components. It uses Sass
comes with lots of custom templates and components. It's built with Sass
which allows you to quickly change global colors and styles.

### Quick Start
Expand Down Expand Up @@ -60,7 +60,7 @@ Every top level menu entry can either be a top level button or a folder with a s
Key | Value
--- | ---
`name` | Display name of the menu entry
`icon` | (Optional) Icon prefixed to the display name. The correct item gets autoloaded by Vibe.
`icon` | (Optional) Icon prefixed to the display name. The correct item gets autoloaded by Vibe. ([react-feather](https://www.npmjs.com/package/react-feather) is used for icons.
`url` | (Optional) Either a relative URL to the target page or an absolute URL to an external page (For linked menu entries. Make sure relative URLs start with a slash, i.e. `/home`)
`external` | (Optional) Set to `true` if the `url` points to an external page.
`target` | (Optional) Set to `_blank` if you want the link to an external page to open in a new window.
Expand Down