select Top Plate Color
select Gradient Color
rest plate shadow Color
rest plateColor

Size selector

Copy the code given below

Step1:Install the npm package

npm i react-cube-3d-animation

Step2:Use the code given below in your app

import Cube from 'react-cube-3d-animation'
<Cube top_Color= 'yellow' box_plate_linear_gradient_first_color='yellow' box_plate_linear_gradient_Second_color='yellow' box_Shadow_Color='rgb(255,165,0)' size='5' />