UNPKG

@patternfly/react-core

Version:

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

22 lines (15 loc) 269 B
--- id: Stack cssPrefix: pf-v6-l-stack section: foundations-and-styles subsection: layouts propComponents: ['Stack', 'StackItem'] --- import './stack.css'; ## Examples ### Basic ```ts file="StackBasic.tsx" ``` ### With gutter ```ts file="StackWithGutter.tsx" ```