Rotating Card

The Rotating Card component helps you to simply create a beautiful card with two sides with rotating functionality.


Demo

touch_app

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

NameTypeDefaultDescription
slotnodeUsed to set the RotatingCard front and back sides.

Rotating Card Front

Props Information

NameTypeDefaultDescription
image*stringUsed to set the RotatingCardFront background image. Its a required prop.
iconstringUsed to set the RotatingCardFront icon on top of its title.
labelstringUsed to set the RotatingCardFront label on top of its title.
title*stringnodeUsed to set the RotatingCardFront title. Its a required prop.
description*stringUsed to set the RotatingCardFront description. Its a required prop.

Rotating Card Back

Props Information

NameTypeDefaultDescription
image*stringUsed to set the RotatingCardBack background image. Its a required prop.
title*stringnodeUsed to set the RotatingCardBack title. Its a required prop.
description*stringUsed to set the RotatingCardBack description. Its a required prop.
action*routelabelcolorUsed to set the RotatingCardBack action button route, text and color. Its a required prop.