@geist-ui/vue

A popular UI framework for Vue

Usage no npm install needed!

<script type="module">
  import geistUiVue from 'https://cdn.skypack.dev/@geist-ui/vue';
</script>

README

@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