b0nes
Version:
Zero-dependency component library and SSR/SSG framework
42 lines (40 loc) • 801 B
JavaScript
import accordion from './accordion/index.js';
import box from './box/index.js';
import button from './button/index.js';
import divider from './divider/index.js';
import image from './image/index.js';
import input from './input/index.js';
import link from './link/index.js';
import picture from './picture/index.js';
import text from './text/index.js';
import textarea from './textarea/index.js';
import video from './video/index.js';
import progress from './progress/index.js';
export const atoms = {
accordion,
box,
button,
divider,
image,
input,
link,
picture,
text,
textarea,
video,
progress
};
export {
accordion,
box,
button,
divider,
image,
input,
link,
picture,
text,
textarea,
video,
progress
};