File tree Expand file tree Collapse file tree 4 files changed +49
-11
lines changed Expand file tree Collapse file tree 4 files changed +49
-11
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017 Lucas Leandro
3+ Copyright (c) 2017-present Lucas Leandro
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ title : 'Vue Content Loading' ,
3+ description : 'Vue component to easily build (or use presets) SVG loading cards Facebook like' ,
4+ themeConfig : {
5+ repo : 'LucasLeandro1204/vue-content-loading' ,
6+ repoLabel : 'GitHub' ,
7+ editLinks : true ,
8+ editLinkText : 'Help us improve this page!' ,
9+ nav : [
10+ {
11+ text : 'Home' ,
12+ link : '/' ,
13+ } ,
14+ {
15+ text : 'Guide' ,
16+ link : '/guide/' ,
17+ } ,
18+ ] ,
19+ } ,
20+ } ;
Original file line number Diff line number Diff line change 1- # Vue Content Loading
1+ ---
2+ home : true
3+ heroImage : /logo.svg
4+ actionText : Get Started →
5+ actionLink : /guide/
6+ footer : MIT Licensed | Copyright © 2017-present Lucas Leandro
27
3- ### Vue component to easily build or use presets for Facebook-like SVG loading cards.
8+ ---
49
510> Inspired in [ React Content Loader] ( https://github.com/danilowoz/react-content-loader )
611
1419
1520![ Code loading] ( https://raw.githubusercontent.com/LucasLeandro1204/vue-content-loading/master/static/code.gif " Code loading ")
1621
17- # Documentation & Examples
18-
19- Documentation with all presets is available [ HERE] ( https://lucasleandro1204.github.io/vue-content-loading )
20-
2122## Installation
2223
2324Simple installation via NPM
2425
2526`` $ npm install vue-content-loading --save ``
26-
27- ##### License
28-
29- This project is licensed under the MIT license. See the [ LICENSE file] ( ./LICENSE ) for more details
You can’t perform that action at this time.
0 commit comments