https://github.com/ulivz/vue-foldable
๐ Highly customizable foldable component for Vue.js
https://github.com/ulivz/vue-foldable
Last synced: 5 months ago
JSON representation
๐ Highly customizable foldable component for Vue.js
- Host: GitHub
- URL: https://github.com/ulivz/vue-foldable
- Owner: ulivz
- License: mit
- Archived: true
- Created: 2018-06-29T10:05:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T18:50:38.000Z (over 4 years ago)
- Last Synced: 2025-05-03T03:21:32.432Z (5 months ago)
- Language: Vue
- Homepage: https://vue-foldable.ulivz.com
- Size: 1.51 MB
- Stars: 146
- Watchers: 3
- Forks: 13
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
vue-foldable
![]()
## Features
- [Customize UI](https://vue-foldable.ulivz.com/#custom-ui) based on [slots](https://vuejs.org/v2/guide/components-slots.html).
- Support explicit or percentage content [height](https://vue-foldable.ulivz.com#height).
- Infinite & [once](https://vue-foldable.ulivz.com#once-mode) expansion.
- Optional expanding [transition](https://vue-foldable.ulivz.com#transition).
- [Asynchronous content](https://vue-foldable.ulivz.com#asynchronous-content) watching.Check out the full [documentation](http://www.v2js.com/vue-foldable).
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**vue-foldable** ยฉ [ulivz](https://github.com/ULIVZ), Released under the [MIT](./LICENSE) License.
Authored and maintained by ulivz with help from contributors ([list](https://github.com/ULIVZ/vue-foldable/contributors)).> [github.com/ulivz](https://github.com/ulivz) ยท GitHub [@ulivz](https://github.com/ULIVZ) ยท Twitter [@_ulivz](https://twitter.com/_ulivz)