Child element of the <Layout>
component.
By default uses the main type, to span the full width of the Layout area. Split left and split right provide a fixed left/right area. Layout only supports one type of each.
Usage
import { LayoutItem } from 'nr1'
Props
REQUIREDnode | Content to display inside the child item. |
string | Appends class names to the component. |
enum | Determines the width of the layout item. We recommend you use the small size for navigation purposes (ex. sidebars) and the medium size for showing contextualized information (ex. activity stream).Size type only works on SPLIT_LEFT and SPLIT_RIGHT items. <One of |
object | Inline style for custom styling. |
string | Adds a Note: You might not see |
enum | Type can be:
|