UNPKG

@dr.pogodin/react-utils

Version:

Collection of generic ReactJS components and utils

17 lines (16 loc) 727 B
/** * Just an aggregation of all exported components into a single module. */ export { MetaTags } from '@dr.pogodin/react-helmet'; export * from './selectors'; export { default as Button, BaseButton } from './Button'; export { default as Checkbox } from './Checkbox'; export { default as Input } from './Input'; export { default as Link } from './Link'; export { default as PageLayout } from './PageLayout'; export { default as Modal, BaseModal } from './Modal'; export { default as NavLink } from './NavLink'; export { default as Throbber } from './Throbber'; export { default as WithTooltip } from './WithTooltip'; export { default as YouTubeVideo } from './YouTubeVideo'; export { default as TextArea } from './TextArea';