UNPKG

semantic-styled-ui

Version:

Set of UI components based of Semantic UI with Styled Components

13 lines (12 loc) 461 B
export { Blurb, Blurbs } from "./Blurbs" export { ContactForm } from "./ContactForm" export { IconLink } from "./IconLink" export { Link } from "./Link" export { PortfolioItem } from "./PortfolioItem" export { Title } from "./Title" export { Footer } from "./Footer" export { Hero } from "./Hero" export { Navigation } from "./Navigation" export { Section404 } from "./Section404" export { Flexbox } from "./Flexbox" export { PageSegment } from "./PageSegment"