Skip to content

Commit 802ff0e

Browse files
committed
chore: add readme
1 parent 15e7d18 commit 802ff0e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

packages/style/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# @milesight/responsive-style
2+
3+
Responsive Style is a powerful yet easy-to-use CSS framework designed to help developers quickly build responsive websites. It provides a set of straightforward classes for creating flexible and scalable layouts.
4+
5+
## Installation
6+
7+
### 1. Using Package Managers
8+
9+
Install with npm:
10+
11+
```bash
12+
npm install @milesight/responsive-style
13+
```
14+
15+
Install with yarn:
16+
17+
```bash
18+
yarn add @milesight/responsive-style
19+
```
20+
21+
### 2. Using Free CDN
22+
23+
You can skip downloading files and directly use the compiled CSS via [jsDelivr](https://www.jsdelivr.com/):
24+
25+
```html
26+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@milesight/responsive-style/dist/index.min.css">
27+
```
28+
29+
## Usage
30+
31+
Please refer to the [Usage Documentation](https://milesight-iot.github.io/responsive-toolkit/style/start/quick-start).

0 commit comments

Comments
 (0)