Rotating Card
The Rotating Card component helps you to simply create a beautiful card with two sides with rotating functionality.
Demo
touch_appFeel the
Feel the
Material Kit
All the Bootstrap components that you need in a development have been re-design with the new look.
Discover More
You will save a lot of time going from prototyping to full-functional code because all elements are implemented.
Props Information
Name | Type | Default | Description |
---|---|---|---|
slot | node | Used to set the RotatingCard front and back sides. |
Rotating Card Front
Props Information
Name | Type | Default | Description |
---|---|---|---|
image* | string | Used to set the RotatingCardFront background image. Its a required prop. | |
icon | string | Used to set the RotatingCardFront icon on top of its title. | |
label | string | Used to set the RotatingCardFront label on top of its title. | |
title* | stringnode | Used to set the RotatingCardFront title. Its a required prop. | |
description* | string | Used to set the RotatingCardFront description. Its a required prop. |
Rotating Card Back
Props Information
Name | Type | Default | Description |
---|---|---|---|
image* | string | Used to set the RotatingCardBack background image. Its a required prop. | |
title* | stringnode | Used to set the RotatingCardBack title. Its a required prop. | |
description* | string | Used to set the RotatingCardBack description. Its a required prop. | |
action* | routelabelcolor | Used to set the RotatingCardBack action button route, text and color. Its a required prop. |