export default function Example() { return ( <Box css={{ display: "flex", flexDirection: "column", gap: "$050" }}> <InputTextarea canResize={false} label="Label" /> <InputTextarea label="Label" /> </Box> ); }
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape