The following props are available for carousel component. These are the custom props that we've added for the carousel component and you can use all the other native props as well.
Attribute | Type | Description | Default |
---|---|---|---|
size | Size | Change carousel size | md |
color | Color | Change carousel color | gray |
color-active | Color | Change carousel active color | blue |
type size = "sm" | "md" | "lg"
type color =
| "blue-gray"
| "gray"
| "brown"
| "deep-orange"
| "orange"
| "amber"
| "yellow"
| "lime"
| "light-blue"
| "blue"
| "teal"
| "cyan"
| "light-blue"
| "blue"
| "indigo"
| "deep-purple"
| "purple"
| "pink"
| "red"