Closed kashyap27102 closed 1 month ago
:tada: This issue has been resolved in version 1.13.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.13.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR adds the Box component .The component is highly customizable, allowing the user to modify various layout properties. The following props are added with corresponding controls:
as: Allows selecting the HTML element for the Box (e.g., div, header, section, etc.). padding: Allows setting padding values with options like none, small, medium, large. border: Provides options for none, thin, and thick border styles. borderRadius: Allows choosing from none, small, medium, and large for border radius. boxShadow: Offers shadow options (none, small, medium, large). children: Controls the text content inside the Box component.