0.1.7 • Published 9 months ago

test-reusable-button v0.1.7

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

test-reusable-button

Project setup

npm install --save test-reusable-button

or

yarn add test-reusable-button

Basic Usage

<template>
  <test-reusable-btn
    :customStyle="{
        color: 'gray',
        fontSize: '2rem',
        padding: '1rem 2rem',
        borderRadius: '1rem',
      }"
  />
</template>
<script>
import TestReusableButton from "test-reusable-button";

export default {
  components:{
    TestReusableButton
  }
}
</script>
0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago