mac-ui

1.0.2 • Public • Published

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

Prop Type Default Required Description
Title String "" No The next to the radio

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

Customize configuration

See Configuration Reference.

/mac-ui/

    Package Sidebar

    Install

    npm i mac-ui

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.18 kB

    Total Files

    2

    Last publish

    Collaborators

    • dannyfeliz