UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

15 lines (14 loc) 921 B
export { Timeline } from "./Timeline"; export type { FlowbiteTimelineTheme, TimelineProps } from "./Timeline"; export { TimelineBody } from "./TimelineBody"; export type { FlowbiteTimelineBodyTheme, TimelineBodyProps } from "./TimelineBody"; export { TimelineContent } from "./TimelineContent"; export type { FlowbiteTimelineContentTheme, TimelineContentProps } from "./TimelineContent"; export { TimelineItem } from "./TimelineItem"; export type { FlowbiteTimelineItemTheme, TimelineItemProps } from "./TimelineItem"; export { TimelinePoint } from "./TimelinePoint"; export type { FlowbiteTimelinePointTheme, TimelnePointProps } from "./TimelinePoint"; export { TimelineTime } from "./TimelineTime"; export type { FlowbiteTimelineTimeTheme, TimelineTimeProps } from "./TimelineTime"; export { TimelineTitle } from "./TimelineTitle"; export type { FlowbiteTimelineTitleTheme, TimelineTitleProps } from "./TimelineTitle";