@indoqa/style-system-demo
Version:
A demo for the Indoqa Style-System theming support and base components.
19 lines (18 loc) • 492 B
text/typescript
/* tslint:disable */
export const codeString = `<Grid spacing="0.5rem">
<ColRow>
<Col size={4}><OrangeBox/></Col>
<Col size={4}><OrangeBox/></Col>
<Col size={4}><OrangeBox/></Col>
<Col size={6}><OrangeBox/></Col>
<Col size={2}><OrangeBox/></Col>
<Col size={2}><OrangeBox/></Col>
<Col size={2}><OrangeBox/></Col>
</ColRow>
<ColRow>
<Col size={6}><BlueBox/></Col>
<Col size={4}><BlueBox/></Col>
<Col size={4}><BlueBox/></Col>
</ColRow>
</Grid>
`