vue-ripple-button

1.0.0 • Public • Published

English | 中文

vue-ripple-button

一个带波纹效果的vue按钮组件

Installation

$ npm install vue-ripple-button --save
$ yarn add vue-ripple-button

Usage

<script>
import RippleBtn from "vue-ripple-button";

export default {
  name: "RippleBtn",
  data() {
    return {};
  },
  methods: {},
  render() {
    const onClick = () => {
      console.log(23523);
    };

    return (
      <div class="container">
        <RippleBtn text="1312312311" {...{ on: { onclick: onClick } }} />
      </div>
    );
  }
};
</script>
<style>
</style>

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i vue-ripple-button

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

20.5 kB

Total Files

9

Last publish

Collaborators

  • showpenz