## Placeholder Props | Name | Type | Default | Options | Required | Description | | -------- | ------ | ------- | ---------------------------------------------------- | -------- | ------------------------------- | | py | String | '4' | '0'/'1'/'2'/'4'/'8' | No | Padding-top and Padding-bottom. | | height | String | 'full' | 'full'/'1'/'2'/'4'/'8'/'16'/'24'/'32'/'48'/'64'/'96' | No | Height. | | radius | String | 'md' | 'none'/'base'/'md'/'xl'/'2xl'/'3xl'/'full' | No | Rounded corner style. | | shadow | String | 'none' | 'none'/'sm'/'md'/'lg'/'xl'/'2xl' | No | Shadow style. | | injClass | String | '' | Class | No | Class name for custom CSS. | ## Placeholder Slots | Name | Description | | ---- | -------------------- | | - | Placeholder content. |