Skip to content

Commit

Permalink
Combined motivation with description for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Apr 30, 2020
1 parent 252f988 commit 98d1167
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vue-horizontal-list
TLDR: A pure vue horizontal list implementation with 0 dependencies, ssr support, mobile friendly, touch friendly and responsive.
A pure vue horizontal list implementation with 0 dependencies, ssr support, mobile friendly, touch friendly and responsive.
I created this because I like how AirBnb does their horizontal list, I couldn't find a library that is simple and close to it.

Check it out: [vue-horizontal-list demo](https://nuxt-app.now.sh/vue-horizontal-list).

Expand Down Expand Up @@ -155,6 +156,3 @@ const options = {
}
</style>
```

## Motivation
I created this because I like how AirBnb does their horizontal list, I couldn't find a library that is close to it.

0 comments on commit 98d1167

Please sign in to comment.