All Projects → geist-org → Vue

geist-org / Vue

Licence: mit
Vue implementation of Geist

Projects that are alternatives of or similar to Vue

Vue Tree Chart
A vue2 component to display tree chart
Stars: ✭ 351 (-51.59%)
Mutual labels:  vue-component
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (-38.9%)
Mutual labels:  vue-component
Vue Star Rating
⭐️ A simple, highly customisable star rating component for Vue 2.x. / 3.x
Stars: ✭ 509 (-29.79%)
Mutual labels:  vue-component
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+455.31%)
Mutual labels:  vue-component
Cheetah Grid
The fastest open-source data table for web.
Stars: ✭ 417 (-42.48%)
Mutual labels:  vue-component
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (-38.34%)
Mutual labels:  vue-component
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+2671.03%)
Mutual labels:  vue-component
Vue Pull To
⚡️ A pull-down refresh and pull-up load more and infinite scroll component for Vue.js --Vue下拉刷新组件
Stars: ✭ 708 (-2.34%)
Mutual labels:  vue-component
Vue Multipane
Resizable split panes for Vue.js.
Stars: ✭ 427 (-41.1%)
Mutual labels:  vue-component
Vue2 Calendar
vue 2.x calendar component
Stars: ✭ 477 (-34.21%)
Mutual labels:  vue-component
Vue Countdown
Countdown component for Vue.js.
Stars: ✭ 393 (-45.79%)
Mutual labels:  vue-component
Vue Gallery
📷 Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
Stars: ✭ 405 (-44.14%)
Mutual labels:  vue-component
Vue Google Autocomplete
A Vue.js autosuggest component for the Google Places API.
Stars: ✭ 467 (-35.59%)
Mutual labels:  vue-component
Vue Popper
🐳 VueJS popover component based popper.js
Stars: ✭ 359 (-50.48%)
Mutual labels:  vue-component
Vue Typer
Vue component that simulates a user typing, selecting, and erasing text.
Stars: ✭ 691 (-4.69%)
Mutual labels:  vue-component
Iconpark
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
Stars: ✭ 4,924 (+579.17%)
Mutual labels:  vue-component
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (-38.9%)
Mutual labels:  vue-component
Vue Qrcode
QR code component for Vue.js
Stars: ✭ 724 (-0.14%)
Mutual labels:  vue-component
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (-2.48%)
Mutual labels:  vue-component
Vue Json Pretty
A JSON tree view component that is easy to use and also supports data selection.
Stars: ✭ 477 (-34.21%)
Mutual labels:  vue-component

@geist-ui/vue -- An open-source design system for building modern websites and applications.

Looking for React components? Try Geist React.


Quick Start

  1. run yarn add @geist-ui/vue or npm i @geist-ui/vue install it.

  2. import to projcet:

import Vue from 'vue'
import GeistUI from '@geist-ui/vue'
import '@geist-ui/vue/dist/geist-ui.css'

Vue.use(GeistUI)

Documentation


Development

  1. fork and clone.
  2. start: yarn && yarn dev

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].