https://github.com/mrc-ide/bootstrap4-collapse
Just all the css and js you need from Bootstrap4 to implement their collapse functionality.
https://github.com/mrc-ide/bootstrap4-collapse
Last synced: 3 months ago
JSON representation
Just all the css and js you need from Bootstrap4 to implement their collapse functionality.
- Host: GitHub
- URL: https://github.com/mrc-ide/bootstrap4-collapse
- Owner: mrc-ide
- License: mit
- Created: 2018-10-29T16:16:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:58:24.000Z (over 2 years ago)
- Last Synced: 2025-03-22T14:06:11.893Z (4 months ago)
- Language: CSS
- Size: 256 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Just all the css and js you need from Bootstrap4 to implement their
collapse functionality.See documentation here: https://getbootstrap.com/docs/4.0/components/collapse/s
To re-create from scratch, run `npm install`
followed by `gulp build`. This creates 4 files:
* `dist/css/collapse.css`
* `dist/css/collapse.min.css`
* `dist/css/collapse.js`
* `dist/css/collapse.min.js`To use:
1. include `dist/css/collapse.css` or `dist/css/collapse.min.css` as a stylesheet
2. include `jquery` in your page scripts
2. include `dist/js/collapse.js` or `dist/js/collapse.min.js` in your page scripts