aruss / UiBase

A toolkit for building data driven dashboard like applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:CSS 59.2%Language:JavaScript 24.6%Language:Vue 16.1%Language:HTML 0.1%