@legendarymediatv/bootstrap
Version:
additional Bootstrap-based React components for extending functionality to react-bootstrap and gatsby
21 lines (20 loc) • 1.09 kB
TypeScript
export { default as Alert } from "./Alert";
export { default as BackgroundImage } from "./BackgroundImage";
export { default as Blockquote } from "./Blockquote";
export { default as Breakpoint } from "./Breakpoint";
export { default as DatePicker } from "./DatePicker";
export { default as Demo } from "./Demo";
export { default as Display } from "./Display";
export { default as Feature } from "./Feature";
export { default as Flipper } from "./Flipper";
export { default as FormGroup } from "./FormGroup";
export { default as FullPage } from "./FullPage";
export { default as Icon } from "./Icon";
export { default as InfoIcon } from "./InfoIcon";
export { default as Link } from "./Link";
export { default as ListGroup } from "./ListGroup";
export { default as Pagination } from "./Pagination";
export { default as Spinner } from "./Spinner";
export { default as VisuallyHidden } from "./VisuallyHidden";
export { default as ScrollToTop, scrollToTopHandler } from "./ScrollToTop";
export { combine, formData, prepare, separate, sleep, title } from "./functions";