0.2.1 • Published 4 months ago

ui-lib-utils v0.2.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

shareable-components-poc

Project setup

npm install --save ui-lib-utils

or

yarn add ui-lib-utils

Basic Usage

<template>
  <MyButton
    background="#fff"
    color="#000"
    text="Hello World"
  /
  <QRGenerator />
</template>
<script>
import { QRGenerator, MyButton } from "ui-lib-utils";

export default {
  components:{
    QRGenerator,
    MyButton
  }
}
</script>
0.2.1

4 months ago

0.2.0

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago