]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
create a base component
authorJohann-S <johann.servoire@gmail.com>
Wed, 4 Sep 2019 14:58:29 +0000 (17:58 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 29 Nov 2020 18:58:26 +0000 (20:58 +0200)
commit9f6b342dc710e4334b37ded90136efa1127a47cd
treecb5d8c8bddf356dd3f8c2289b99e9f9793fba6c7
parentc63aebc86ba05f0ebb420add653b80804c6a0cff
create a base component
23 files changed:
js/src/alert.js
js/src/base-component.js [new file with mode: 0644]
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dropdown.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/toast.js
js/src/tooltip.js
js/tests/unit/alert.spec.js
js/tests/unit/button.spec.js
js/tests/unit/carousel.spec.js
js/tests/unit/collapse.spec.js
js/tests/unit/dropdown.spec.js
js/tests/unit/modal.spec.js
js/tests/unit/popover.spec.js
js/tests/unit/scrollspy.spec.js
js/tests/unit/tab.spec.js
js/tests/unit/toast.spec.js
js/tests/unit/tooltip.spec.js