UNPKG

daisyui

Version:

daisyUI 5 - The Tailwind CSS Component Library

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