@indoqa/style-system-demo
Version:
A demo for the Indoqa Style-System theming support and base components.
23 lines (22 loc) • 477 B
text/typescript
/* tslint:disable */
export const codeString = `<Grid spacing="0.5rem">
<Row>
<Panel><OrangeBox/></Panel>
<Panel><OrangeBox/></Panel>
</Row>
<Row>
<Panel><OrangeBox/></Panel>
<Panel><YellowBox/></Panel>
<Panel><YellowBox/></Panel>
<Panel><OrangeBox/></Panel>
</Row>
<Row>
<Panel><OrangeBox/></Panel>
<Panel size={2}><BlueBox/></Panel>
<Panel><OrangeBox/></Panel>
</Row>
<Row>
<Panel><OrangeBox/></Panel>
</Row>
</Grid>
`