UNPKG

@indoqa/style-system-demo

Version:

A demo for the Indoqa Style-System theming support and base components.

11 lines (10 loc) 246 B
/* tslint:disable */ export const codeString = `<Grid spacing="0.5rem"> <Row> <Panel width={300}><BlueBox/></Panel> <Panel><OrangeBox/></Panel> <Panel size={2}><OrangeBox/></Panel> <Panel><OrangeBox/></Panel> </Row> </Grid> `