This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +57
-60
lines changed Expand file tree Collapse file tree 4 files changed +57
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " css-ui-responsive-menu" ,
3- "version" : " 3.0.8 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Simple responsive sidebar menu." ,
55 "main" : " project" ,
66 "repository" : {
1717 "url" : " https://github.com/css-ui/responsive-menu/issues"
1818 },
1919 "dependencies" : {
20- "css-ui-simple" : " ^2.4.4 " ,
20+ "css-ui-simple" : " ^2.5.0 " ,
2121 "open-sans-fontface" : " ^1.4.0" ,
2222 "jquery" : " ^3.3.1" ,
2323 "font-awesome" : " ^4.7.0" ,
Original file line number Diff line number Diff line change 22
33Simple responsive sidebar menu.
44
5- ## Requirements
6-
7- - composer
8- - [ NPM/Bower Dependency Manager for Composer] ( https://github.com/fxpio/composer-asset-plugin )
9-
105## Installation
116
127```
13- composer install
8+ npm install --save css-ui-responsive-menu
149```
1510
1611## Demo
@@ -42,6 +37,17 @@ CSS light or dark theme for menu. Choose one.
4237<link rel =" stylesheet" href =" path/to/style.menu.dark.css" >
4338```
4439
40+ Set font and background color
41+
42+ ``` html
43+ <style >
44+ body {
45+ background : #f2f2f2 ;
46+ font-family : ' Open Sans' , sans-serif ;
47+ }
48+ </style >
49+ ```
50+
4551Simple menu pattern.
4652
4753``` html
@@ -121,13 +127,13 @@ Dropdown menu pattern.
121127</div >
122128```
123129
124- ## Notice info
130+ Notice info.
125131
126132``` html
127133<li ><a href =" #" >Notice<span class =" notice" >3</span ></a ></li >
128134```
129135
130- ## javascript libraries and plugins
136+ javascript libraries and plugins.
131137
132138``` html
133139<script src =" path/to/jquery.js" ></script >
You can’t perform that action at this time.
0 commit comments