mac-ui
v1.0.2
Published
A simple radio
Downloads
4
Readme
mac-ui
Simple mac ui componets
Demo
Installation
$ npm install mac-ui --save
# or with yarn
$ yarn add mac-ui
Usage
<template>
<div>
<MacUi>Female</MacUi>
<div>
</template>
<script>
import MacUi from "mac-ui";
export default {
components: {
MacUi
}
}
</script>
Props
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Run the linter
npm run lint
Compiles and minifies for production
npm run build