--- route: /components/row menu: Components --- import { Playground, Props } from 'docz'; import { Row } from './Row.tsx'; # Row It helps display content in a grid. Typically used with [`Col`](/components/col). ## Properties ## MML string ```xml **Title** *Book title* **Year** 1988 ``` ## Basic usage **Title** *Book title* **Year** 1988 `} />