aerykk / hyper-ui

Vue. Dark mode. Built for high quality gaming interfaces.

Home Page:https://discord.gg/hCUG4ZE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyper UI

✅ SSR with Nuxt compatability ✅ Well designed & scoped CSS ✅ Well defined props & events ✅ Robust collection of UI elements

Getting Started

npm install @ericmuyser/hyper-ui
// or
yarn add @ericmuyser/hyper-ui

Import components like so...

export default {
    components: {
        Header: () => import('@ericmuyser/hyper-ui').then(m => m.Header),
        Popup: () => import('@ericmuyser/hyper-ui').then(m => m.Popup)
    }
}

Full styleguide of examples: https://github.com/hyperbridge/blockhub/blob/develop/tools/styleguide/stories/index.stories.js

About

Vue. Dark mode. Built for high quality gaming interfaces.

https://discord.gg/hCUG4ZE

License:MIT License


Languages

Language:Vue 84.2%Language:SCSS 14.3%Language:JavaScript 1.5%