Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / src / components / index.ts
Size: Mime:
/**
 * @todo how to
 * 1. code split non async (chunks?)
 * 2. import all dynamically (manual?)
 * 3. but export without breaking tree shaking with require.context
 */
// const App = import('./App')
// then export
// === atoms ===
export * from './atoms/Button'
export * from './atoms/Cell'
export * from './atoms/Empty'
export * from './atoms/Icons'
export * from './atoms/IFrame'
export * from './atoms/Image'
export * from './atoms/Link'
export * from './atoms/Main'
export * from './atoms/Overlay'
export * from './atoms/Placeholder'
export * from './atoms/ProgressBar'
export * from './atoms/Row'
// export * from './atoms/Swatch'
export * from './atoms/Text'
export * from './atoms/Time'
export * from './atoms/Vector'
export * from './atoms/Video'
export * from './atoms/MaterialIcon'
// === features ===
export * from './features/Animations'
export * from './features/BackToTop'
export * from './features/ClickBoundary'
// export * from './features/Color'
export * from './features/Copyright'
// export * from './features/Expansion'
export * from './features/JsonLd'
export * from './features/SkipNav'
export * from './features/SnackBar'
// === molecules ===
export * from './molecules/AccordionBlock'
export * from './molecules/BreadCrumb'
export * from './molecules/DetailedList'
export * from './molecules/Figure'
export * from './molecules/ImageGallery'
export * from './molecules/IconWithText'
export * from './molecules/List'
export * from './molecules/MeterBar'
export * from './molecules/NavBar'
export * from './molecules/Pagination'
export * from './molecules/SelectDropDown'
export * from './molecules/SocialIconList'
export * from './molecules/TabList'
export * from './molecules/Telephone'
export * from './molecules/Toggle'
export * from './molecules/ToggleList'
export * from './molecules/PhysicalAddress'
export * from './molecules'
// === organisms ===
export * from './organisms/ExpandableCard'
// export * from './organisms/Header'
export * from './organisms/Share'
export * from './organisms/Sidebar'
// export * from './organisms/Stepper'
export * from './organisms/MediaCarousel'
export * from './organisms/RangeSlider'