@indoqa/style-system-demo
Version:
A demo for the Indoqa Style-System theming support and base components.
13 lines (12 loc) • 459 B
text/typescript
/* tslint:disable */
export const codeString = `<Grid spacing="0.5rem">
<ColRow>
<Col size={[6, 4, 2]} testId="col1"><OrangeBox/></Col>
<Col size={[6, 4, 2]} testId="col2"><YellowBox/></Col>
<Col size={[6, 4, 2]} testId="col3"><OrangeBox/></Col>
<Col size={[6, 4, 2]} testId="col4"><YellowBox/></Col>
<Col size={[6, 4, 2]} testId="col5"><OrangeBox/></Col>
<Col size={[6, 4, 2]} testId="col6"><YellowBox/></Col>
</ColRow>
</Grid>
`