BoxA flexible layout component that serves as a div element with design system stylings.Copy MarkdownOpen Import import { Box } from "@sparrowengg/twigs-react"; Usage <Box>The quick brown fox jumps over the lazy dog.</Box> PlaygroundCode Examples Box with styling options CodePlayground Props Box PropTypeDefaultas?React.ElementTypedivcss?CSS Object-children?ReactNode-ToastA succinct message that is displayed temporarily. Perfect for notifications, confirmations, and feedback with automatic dismissal, swipe gestures, and comprehensive accessibility features.FlexA div that comes with flexbox properties for easy layout management and responsive design.