UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

29 lines (18 loc) 323 B
--- id: Split cssPrefix: pf-v6-l-split section: foundations-and-styles subsection: layouts propComponents: ['Split', 'SplitItem'] --- import './split.css'; ## Examples ### Basic ```ts file="SplitBasic.tsx" ``` ### With gutter ```ts file="SplitWithGutter.tsx" ``` ### Wrappable ```ts file="SplitWrappable.tsx" ```