feat: Add color display to Playground component
This commit is contained in:
parent
f46db8b750
commit
dfea0fbc30
@ -68,6 +68,7 @@ export default function Playground() {
|
|||||||
<div>
|
<div>
|
||||||
<h1>React ColorPicker</h1>
|
<h1>React ColorPicker</h1>
|
||||||
<ColorPicker color={color} setColor={setColor} />
|
<ColorPicker color={color} setColor={setColor} />
|
||||||
|
<div className="p-4">{color}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user