UNPKG

@patternfly/react-core

Version:

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

24 lines (15 loc) 273 B
--- id: Level cssPrefix: pf-v6-l-level section: foundations-and-styles subsection: layouts propComponents: ['Level', 'LevelItem'] --- import './level.css'; ## Examples ### Basic ```ts file="LevelBasic.tsx" ``` ### With gutters ```ts file="LevelWithGutters.tsx" ```