UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

8 lines (6 loc) 249 B
import skeleton from './object.js'; import { addPrefix } from '../../functions/addPrefix.js'; export default ({ addComponents, prefix = '' }) => { const prefixedskeleton = addPrefix(skeleton, prefix); addComponents({ ...prefixedskeleton }); };