UNPKG

conduction-components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

6 lines (5 loc) 375 B
import { DownloadCard } from "./downloadCard/DownloadCard"; import { HorizontalImageCard } from "./HorizontalImageCard/HorizontalImageCard"; import { ImageAndDetailsCard } from "./imageAndDetailsCard/ImageAndDetailsCard"; import { RichContentCard } from "./RichContentCard/RichContentCard"; export { DownloadCard, HorizontalImageCard, ImageAndDetailsCard, RichContentCard };