/hyper-ui

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

Primary LanguageVueMIT LicenseMIT

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