UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

13 lines (12 loc) 359 B
import Grid from "./Grid.js"; import GridSpan from "./Grid.Span.js"; /** * Responsive CSS Grid layout container, renders its children as columns (a * single full-width col by default) * * @see https://bifrost.intility.com/react/grid */ export default Object.assign(Grid, { /** Grid child component for spanning multiple columns */ Span: GridSpan });