davidm-public / zircleUI

A circular zooming UI library

Home Page:http://zircle.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A circular zooming UI.

npm Build Status

Zircle is in active development. Feedbacks and contributions are very welcome!

What is Zircle UI?

Zircle UI is a circular zooming user interface library based on Vue.js. It mixes two principles: circular shapes and zooming navigation in the aim of strengthening each other and create a good user experience.

Main features

  • Zooming navigation up to 6 level of depth.
  • It works well on mobile devices and big screens as it is responsive.
  • It comes with a minimal set of UI components to build your app.
  • It is possible to customize themes and styles to fit your needs. 

Documentation

To check out live examples and docs, visit http://zircle.io

Installation

There are several ways to install zircle UI according your needs:

Direct download

Content delivery networks (CDN)

NPM

NPM is the recommended installation method of zircle if you are building medium to large scale applications with Vue.

npm install zircle --save

Note: When you install Zircle in a fresh project, Vue will also be installed since is a dependency of Zircle. On the other hand, you can install Zircle after you have started a project based on Vue.

License

MIT

About

A circular zooming UI library

http://zircle.io

License:MIT License


Languages

Language:Vue 74.0%Language:JavaScript 26.0%