What's included
boodoo is downloadable in two forms: within which you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.
The compiled CSS and JS are split into a few useful, deliberately small builds so you only ship what you need:
Precompiled
boodoo/
โโโ dist/
โ โโโ css/
โ โ โโโ boodoo.css # full framework (components + grid + utilities + helpers)
โ โ โโโ boodoo.min.css
โ โ โโโ boodoo-grid.css # grid + containers only
โ โ โโโ boodoo-reboot.css # normalize + base styles
โ โ โโโ boodoo-utilities.css # Tailwind-style utility classes
โ โ โโโ boodoo-animations.css # motion utilities & keyframes
โ โ โโโ boodoo.less.css # compiled from the Less build
โ โโโ js/
โ โโโ boodoo.js # UMD bundle (all components, ~56 KB)
โ โโโ boodoo.esm.js # ES module, tree-shakeable
Source code
Build boodoo from source using the Sass and Less files in the scss/ and less/ folders. The
Sass source is modular โ override variables, mixins, and maps to create your perfect output.
JavaScript components
Bring boodoo to life with our optional vanilla JavaScript plugins. Learn about each plugin and its data API below.
Alert dismiss
Button toggle
Carousel slide
Collapse expand
Dropdown menu
Modal dialog
Offcanvas panel
Popover detail
Scrollspy scroll
Tab switch
Toast notify
Tooltip hint
Ripple material