You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program deisgns a ColorBox in React environment .It is a grid of 25 boxes. ColorBox grid component renders 25Colorbox components. Upon clicking each box the color should change to a random color out of an array of colors preset by us.The defined colors are passed as Props. And uses the usestate feature to set data changed on every click.