Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 564 Bytes

Col.mdx

File metadata and controls

24 lines (16 loc) · 564 Bytes
route menu
/components/col
Components

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

Col

This component is not exposed as mml string, it is used internally in other mml components and it can be imported to create your custom ones.

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

Properties

MML string and usage

Refer to the Row docs.