Skip to content

hyperbridge/portal-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portal UI

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

Getting Started

npm install @hyperbridge/portal-ui // or yarn add @hyperbridge/portal-ui

Import components like so...

export default { components: { Header: () => import("@hyperbridge/portal-ui").then((m) => m.Header), Popup: () => import("@hyperbridge/portal-ui").then((m) => m.Popup), }, };

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

Packages

No packages published

Contributors 2

  •  
  •  

Languages