Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit b387810

Browse files
committed
Update
1 parent a33cc0b commit b387810

File tree

4 files changed

+57
-60
lines changed

4 files changed

+57
-60
lines changed

‎composer.json‎

Lines changed: 0 additions & 50 deletions
This file was deleted.

‎package-lock.json‎

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -17,7 +17,7 @@
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",

‎readme.md‎

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22

33
Simple 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+
4551
Simple 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>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /