UNPKG

b0nes

Version:

Zero-dependency component library and SSR/SSG framework

18 lines (16 loc) 285 B
import card from './card/index.js'; import tabs from './tabs/index.js'; import modal from './modal/index.js'; import dropdown from './dropdown/index.js'; export const molecules = { card, tabs, modal, dropdown }; export { card, tabs, modal, dropdown };