Sandbox
The below code editor is live, with full access to Shakti components and props. Give it a try!
<>
<Grid alignCenter textCenter>
<Row flexCol>
<Col px={14} color="green" bgColor="lavender">green 🌲</Col>
<Col
bgColor="mistyrose"
border="5px solid burlywood"
borderStyle="dashed"
textShadow="2px 2px"
>
🍄
</Col>
</Row>
</Grid>
<Card/>
</>