UNPKG

wix-style-react

Version:
22 lines (21 loc) 487 B
export const playground = ` <ThemeProvider theme={theme()}> <Carousel controlsPosition="bottom" buttonSkin="inverted" infinite={false} controlsSize="tiny"> <Card> <Card.Content> <Text>first card</Text> </Card.Content> </Card> <Card> <Card.Content> <Text>second card</Text> </Card.Content> </Card> <Card> <Card.Content> <Text>third card</Text> </Card.Content> </Card> </Carousel> </ThemeProvider> `;