UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

16 lines (12 loc) 337 B
'use strict'; var flowbitePlugin = require('flowbite/plugin'); function content({ base = "./" } = {}) { const path = "node_modules/flowbite-react/dist/esm/**/*.mjs"; return `${base}${path}`; } function plugin() { return flowbitePlugin; } exports.content = content; exports.plugin = plugin; //# sourceMappingURL=tailwind.cjs.map