UNPKG

understrap-framework-theme

Version:

The Understrap Framework Theme is a child theme of Understrap, it is inspired by the Antonella Framework to ease the workflow for developers, helping to create the necessary files for the creation of awesome themes.

28 lines (26 loc) 722 B
import Alert from 'bootstrap/js/dist/alert' import Button from 'bootstrap/js/dist/button' import Carousel from 'bootstrap/js/dist/carousel' import Collapse from 'bootstrap/js/dist/collapse' import Dropdown from 'bootstrap/js/dist/dropdown' import Modal from 'bootstrap/js/dist/modal' import Offcanvas from 'bootstrap/js/dist/offcanvas' import Popover from 'bootstrap/js/dist/popover' import Scrollspy from 'bootstrap/js/dist/scrollspy' import Tab from 'bootstrap/js/dist/tab' import Toast from 'bootstrap/js/dist/toast' import Tooltip from 'bootstrap/js/dist/tooltip' export { Alert, Button, Carousel, Collapse, Dropdown, Modal, Offcanvas, Popover, Scrollspy, Tab, Toast, Tooltip }