Skip to content

wormsan/zenyatta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

zenyatta

A lightweight Vue UI libray for mobile only

The aim of this libray is to provide some useful functions on mobile platform but still reserves the extensibility as much as possible.

zenyatta provides some basic yet powerful components, you can simply use them or combine them with each other or with other components.

zenyatta is a "styleless" UI libray, it gives you maximum authority to make you components' style on you own.

Get Started

Install

npm install zenyatta

In your project (module support needed)

import "zenyatta"

or

require("zenyatta")

legacy project use <script>

<!--vue needed-->
<script src="zenyatta/dist/zenyatta.min.js"></script>

Useage

scroller

<zen-scroller :direction="'vertical'" :height="100px">
</zen-scroller>
<zen-scroller>
</zen-scroller>

swiper & slider

pagination

aside

radio

checkbox

Demo

aside + swiper + scroller + radio

scroller & swiper works with vue-lazyload-img

About

A lightweight Vue UI libray for mobile only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published