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';
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
Refer to the Row
docs.