Skip to content

Commit

Permalink
chore: Vue Horizontal Advert (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Dec 26, 2020
1 parent 6b9a10f commit 0c308db
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Vue Horizontal List
## 👋 You might want to use [Vue Horizontal](https://github.com/fuxingloh/vue-horizontal) instead!

[Vue Horizontal](https://github.com/fuxingloh/vue-horizontal)
is another take on the horizontal layout written by me with an ultra simple implementation that is extensible and moves the
responsibility to the user rather than the library.
With zero dependencies, 3 KB for CDN users it's built for your production needs.

[Vue Horizontal](https://github.com/fuxingloh/vue-horizontal) is a rewrite of this library with many more focus such as
end-to-end testing on real browsers, SSG/SSR CI testing to make sure all code is SSG/SSR compliant for your SEO!
Documentation are also extensible with everything you can think of about horizontal layout documentation through and through.

[Vue Horizontal](https://github.com/fuxingloh/vue-horizontal) also contains a snippet dossier with many SPA/SSR/SSG
friendly recipes for your design needs.
Vue Horizontal is not just a library, **it's a place for everything horizontal.**

## Vue Horizontal List

A pure vue native horizontal list implementation for mobile/touch and responsive web.
Check it out here: [fuxingloh.github.io/vue-horizontal-list](https://fuxingloh.github.io/vue-horizontal-list/).
Expand All @@ -25,6 +40,8 @@ npm i vue-horizontal-list
yarn add vue-horizontal-list
```

Check out this [alternative project](https://github.com/fuxingloh/vue-horizontal) maintained by me for a new take on horizontal layout in vue.

#### Basic usage

```vue
Expand Down

0 comments on commit 0c308db

Please sign in to comment.