--- route: /components/col menu: 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`](/components/row) ## Properties ## MML string and usage Refer to the [`Row` docs](/components/row).