wix-style-react
Version:
17 lines (15 loc) • 445 B
JavaScript
export const sizes = `
<Layout>
<Cell span={3}><Loader size="tiny"/></Cell>
<Cell span={3}><Loader size="small"/></Cell>
<Cell span={3}><Loader size="medium"/></Cell>
<Cell span={3}><Loader size="large"/></Cell>
</Layout>
`;
export const status = `
<Layout>
<Cell span={3}><Loader status="loading"/></Cell>
<Cell span={3}><Loader status="success"/></Cell>
<Cell span={3}><Loader status="error"/></Cell>
</Layout>
`;