UNPKG

@ui8kit/blocks

Version:

A collection of 50+ blocks for state and UI management for buildy

7 lines (6 loc) 262 B
// New factory-based components - replace 5+ old blocks with 2 powerful factories export * from './CenteredHero'; export * from './SplitHero'; // Examples for the new factories export * from './SplitHero.examples'; export * from './CenteredHero.examples';