0.1.2 • Published 1 year ago

@lazgram/vue3-read-more v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue3-read-more

GitHub npm npm

vue3-read-more is a simple plugin for vue.js

Demo & Examples

Check out our demo page to see the product in action!

Installation

npm install @lazgram/vue3-read-more --save

Usage

import ReadMore from '@lazgram/vue3-read-more'
import '@lazgram/vue3-read-more/dist/style.css'
Vue.use(ReadMore)
<template>
    <read-more>Example test.</read-more>
</template>

API

Arguments

  • rows - The number of lines displayed in the initial state. The default value is 4.
  • moreText - The text displayed on "Read more". The default value is "Read More"

License

This project is licensed under the MIT License.

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago