Skip to content
/ UiBase Public

A toolkit for building data driven dashboard like applications.

License

Notifications You must be signed in to change notification settings

aruss/UiBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UiBase

A toolkit for building data driven dashboard like applications.

Status: In development

alt text

Components

  • Grid
  • Form
  • Panel
  • Sidebar
  • Topbar

Events

  • sidebartoggle Toggles the sidebars open/close state

Broadcasting events

from HTML

  <button v-on:click.stop="$broadcast('someevent', { foo: 'bar' })">
    <i class="dripicons-plus"></i>
  </button>

or inside of a component

  this.$broadcast('someevent', { foo: 'bar' })

Xxx

About

A toolkit for building data driven dashboard like applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published