Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 839 Bytes

Row.mdx

File metadata and controls

49 lines (40 loc) · 839 Bytes
route menu
/components/row
Components

import { Playground, Props } from 'docz'; import { Row } from './Row.tsx';

Row

It helps display content in a grid. Typically used with Col.

Properties

MML string

<mml>
  <row>
    <col width="4"><md>**Title**</md></col>
    <col width="8"><md>*Book title*</md></col>
  </row>
  <row>
    <col width="4"><md>**Year**</md></col>
    <col width="8"><text>1988</text></col>
  </row>
</mml>

Basic usage

**Title** *Book title* **Year** 1988 `} />