Skip to content

Commit 6492505

Browse files
author
anthinkingcoder
committed
import
1 parent a02f6b6 commit 6492505

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# simple-grid
22
> a simple grid layout
33
4+
> to install it
5+
6+
> npm i simple-xgrid --save
7+
8+
> to use it
9+
10+
> import Grid from 'simple-xgrid'
11+
> Vue.use(Grid);
412
## 1.examples
513
```html
614
<Row>

src/components/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ const Grid = {
88
}
99
};
1010
export default Grid;
11+
export {
12+
Col,
13+
Row
14+
}

0 commit comments

Comments
 (0)