svipulc / Evoke-ui

Evoke UI is a modern, flexible, and highly customizable component library built with TypeScript and Vite. It is designed to help developers create beautiful, responsive, and accessible user interfaces with minimal effort.
https://www.npmjs.com/package/@social-media/evoke-ui
2 stars 0 forks source link

feat: sm-74 create box component #32

Closed kashyap27102 closed 1 month ago

kashyap27102 commented 1 month ago

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.

github-actions[bot] commented 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:

github-actions[bot] commented 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: