0.1.8 • Published 4 years ago
ensonictech-ui v0.1.8
ensonictech-ui
install
yarn add ensonictech-ui
Quick Start
import Vue from "vue";
import * as DsComponent from "ensonictech-ui"
import "ensonictech-ui/lib/ensonictech-ui.css"
Vue.use(DsCompnent);
// or
import { DsCard, DsIcon } from "ensonictech-ui";
Vue.use(DsCard);
Vue.use(DsIcon);
Components
DsCard
props:
title String ""
DsIcon
props:
name String ""
events:
click
DsHamburger
props:
active Boolean false
events:
toggleClick