Skip to content

Commit 88ae425

Browse files
better
1 parent a82b45b commit 88ae425

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

docs/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Vue Content Loading
22

3-
### Vue component to easily build (or use presets) SVG loading cards Facebook like.
3+
**Vue component to easily build (or use presets) SVG loading cards Facebook like**
44

55
> Inspired in [React Content Loader](https://github.com/danilowoz/react-content-loader)
66
7-
// Component here
7+
<color-switch>
8+
<template slot-scope="props">
9+
<vcl-facebook :primary="props.primary" :secondary="props.secondary"></vcl-facebook>
10+
</template>
11+
</color-switch>
812

913
## License
1014

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Getting started
1+
# Development
22

3-
Clone the repo
3+
Fork the repo then clone it
44

5-
``$ git clone https://github.com/LucasLeandro1204/vue-content-loading.git && cd vue-content-loading``
5+
``$ git clone git@github.com:YourUsername/vue-content-loading.git && cd vue-content-loading``
66

77
Install npm dependencies
88

0 commit comments

Comments
 (0)