Init(Coore): add to repo
This commit is contained in:
15
components/ColorPicker.js
Executable file
15
components/ColorPicker.js
Executable file
@@ -0,0 +1,15 @@
|
||||
export default function ColorPicker(){
|
||||
return (
|
||||
<div className="flex pt-4">
|
||||
<button className="w-10 h-10 ml-2 rounded bg-red-400 outline outline-gray-400 shadow-lg shadow-red-400">
|
||||
|
||||
</button>
|
||||
<button className="w-10 h-10 mx-2 rounded bg-red-400">
|
||||
|
||||
</button>
|
||||
<button className="w-10 h-10 mx-2 rounded bg-red-400">
|
||||
|
||||
</button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user