mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-01 10:27:30 +00:00
15 lines
338 B
JSON
15 lines
338 B
JSON
|
|
{
|
||
|
|
"name": "Colour palette generator",
|
||
|
|
"description": "Discover harmonious colour combinations for your designs with this intuitive palette generator.",
|
||
|
|
"widgets": [
|
||
|
|
"Listview"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "colour-palette-generator",
|
||
|
|
"category": "utilities"
|
||
|
|
}
|