nkyhl/sdxl-simple-ui-generator
Updated
image
imagewidth (px) 1.2k
2.4k
| name
stringlengths 25
30
| caption
stringlengths 253
403
| config
stringlengths 347
376
|
---|---|---|---|
ui_complete_1731967700.331352 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The page also contains an input of type checkbox at location (0, 0) in the grid with the default value 'Checkbox'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [0, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731969165.764968 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type file at location (2, 1) in the grid. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [2, 1], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731968962.8438559 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type url at location (2, 0) in the grid with the default value 'https://www.example.com'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [2, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731969110.268016 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type submit at location (1, 1) in the grid with the default value 'Submit'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 1], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731967910.36411 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type range at location (0, 2) in the grid with the default value '50'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [0, 2], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731967767.827522 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type radio at location (0, 0) in the grid with the default value 'Radio'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969168.448381 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type password at location (0, 1) in the grid with the default value 'password'. The input is aligned left horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [0, 1], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731969104.7535622 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type range at location (1, 1) in the grid with the default value '50'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "range", "default_value": "50", "location": [1, 1], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731968066.4628758 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type button at location (1, 0) in the grid with the default value 'Button'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "button", "default_value": "Button", "location": [1, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969454.235283 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type date at location (1, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [1, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967554.447017 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The page also contains an input of type email at location (0, 0) in the grid with the default value 'johndoe@email.com'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 1}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [0, 0], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731969615.931617 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type submit at location (1, 1) in the grid with the default value 'Submit'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 1], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731968128.713614 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type range at location (1, 1) in the grid with the default value '50'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [1, 1], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731967788.112612 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type checkbox at location (1, 0) in the grid with the default value 'Checkbox'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [1, 0], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731969314.507954 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type checkbox at location (1, 0) in the grid with the default value 'Checkbox'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [1, 0], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731968109.8463879 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type date at location (1, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [1, 0], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731967930.127437 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The page also contains an input of type range at location (0, 0) in the grid with the default value '50'. The input is aligned center horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 1}, "input": {"input_type": "range", "default_value": "50", "location": [0, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731968126.179248 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type range at location (0, 0) in the grid with the default value '50'. The input is aligned center horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [0, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731967820.495769 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 2 columns. The page also contains an input of type url at location (0, 1) in the grid with the default value 'https://www.example.com'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 2}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [0, 1], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731968005.112416 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type button at location (1, 0) in the grid with the default value 'Button'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "button", "default_value": "Button", "location": [1, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969306.773278 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type url at location (2, 0) in the grid with the default value 'https://www.example.com'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [2, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969704.171058 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type checkbox at location (0, 1) in the grid with the default value 'Checkbox'. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [0, 1], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731969122.334383 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type button at location (0, 2) in the grid with the default value 'Button'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "button", "default_value": "Button", "location": [0, 2], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969316.2573912 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type date at location (0, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731968975.4851131 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type email at location (2, 0) in the grid with the default value 'johndoe@email.com'. The input is aligned right horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [2, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731968947.76389 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type file at location (2, 0) in the grid. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "file", "default_value": null, "location": [2, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969056.2228942 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type url at location (2, 1) in the grid with the default value 'https://www.example.com'. The input is aligned center horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [2, 1], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731969272.0587468 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type radio at location (0, 0) in the grid with the default value 'Radio'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969357.605152 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type password at location (0, 0) in the grid with the default value 'password'. The input is aligned center horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "password", "default_value": "password", "location": [0, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731967988.594228 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type range at location (0, 2) in the grid with the default value '50'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [0, 2], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731969253.627028 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type file at location (0, 0) in the grid. The input is aligned right horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [0, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731969832.127839 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type file at location (0, 0) in the grid. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969249.544501 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type email at location (1, 2) in the grid with the default value 'johndoe@email.com'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [1, 2], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731967963.7118452 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type file at location (0, 0) in the grid. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [0, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731967912.5617259 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type submit at location (0, 0) in the grid with the default value 'Submit'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967912.763938 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type submit at location (0, 0) in the grid with the default value 'Submit'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [0, 0], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731967875.594107 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type submit at location (0, 0) in the grid with the default value 'Submit'. The input is aligned right horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [0, 0], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731967776.378806 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type checkbox at location (1, 0) in the grid with the default value 'Checkbox'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [1, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731969615.445523 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type submit at location (1, 1) in the grid with the default value 'Submit'. The input is aligned right horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 1], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731969333.108236 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type range at location (1, 0) in the grid with the default value '50'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "range", "default_value": "50", "location": [1, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967793.194983 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type password at location (1, 0) in the grid with the default value 'password'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "password", "default_value": "password", "location": [1, 0], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731967939.6784372 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 1 rows and 2 columns. The page also contains an input of type radio at location (0, 1) in the grid with the default value 'Radio'. The input is aligned left horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 2}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 1], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731969050.722555 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type url at location (0, 0) in the grid with the default value 'https://www.example.com'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969921.664043 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type radio at location (0, 0) in the grid with the default value 'Radio'. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 0], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731970088.449436 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type url at location (1, 2) in the grid with the default value 'https://www.example.com'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [1, 2], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731969109.800781 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type submit at location (1, 0) in the grid with the default value 'Submit'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969112.669002 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type submit at location (2, 1) in the grid with the default value 'Submit'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [2, 1], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731967913.5618272 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type submit at location (0, 1) in the grid with the default value 'Submit'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [0, 1], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731967870.694582 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type radio at location (1, 1) in the grid with the default value 'Radio'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [1, 1], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731969235.2150989 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type date at location (0, 1) in the grid with the default value '2021-01-01'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [0, 1], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731969688.518234 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type button at location (2, 1) in the grid with the default value 'Button'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "button", "default_value": "Button", "location": [2, 1], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967770.5441742 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type range at location (0, 2) in the grid with the default value '50'. The input is aligned center horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [0, 2], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731967749.312171 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type password at location (0, 2) in the grid with the default value 'password'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [0, 2], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731968008.8620422 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type email at location (1, 0) in the grid with the default value 'johndoe@email.com'. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [1, 0], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731967906.462079 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type radio at location (0, 2) in the grid with the default value 'Radio'. The input is aligned left horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 2], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731968938.561406 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type date at location (0, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [0, 0], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731968948.446062 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type password at location (0, 0) in the grid with the default value 'password'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "password", "default_value": "password", "location": [0, 0], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731970283.5607722 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type range at location (1, 0) in the grid with the default value '50'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [1, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969245.810993 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type email at location (0, 2) in the grid with the default value 'johndoe@email.com'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [0, 2], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731969267.976328 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type password at location (1, 2) in the grid with the default value 'password'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [1, 2], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731968122.228968 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type password at location (1, 2) in the grid with the default value 'password'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [1, 2], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731968012.8783739 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type range at location (0, 0) in the grid with the default value '50'. The input is aligned left horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "range", "default_value": "50", "location": [0, 0], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731968967.377675 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type checkbox at location (0, 0) in the grid with the default value 'Checkbox'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [0, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969773.209454 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type date at location (2, 0) in the grid with the default value '2021-01-01'. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [2, 0], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731968132.878459 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type submit at location (1, 2) in the grid with the default value 'Submit'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 2], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731969579.010317 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type range at location (0, 1) in the grid with the default value '50'. The input is aligned right horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "range", "default_value": "50", "location": [0, 1], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731969167.5143979 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type password at location (0, 0) in the grid with the default value 'password'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731969113.37088 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type url at location (0, 0) in the grid with the default value 'https://www.example.com'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [0, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967994.6623511 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type checkbox at location (1, 0) in the grid with the default value 'Checkbox'. The input is aligned right horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [1, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731968109.9320629 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type date at location (1, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [1, 0], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731969136.0005188 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type checkbox at location (2, 0) in the grid with the default value 'Checkbox'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "checkbox", "default_value": "Checkbox", "location": [2, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967834.7954361 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 2 columns. The page also contains an input of type password at location (0, 0) in the grid with the default value 'password'. The input is aligned right horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 2}, "input": {"input_type": "password", "default_value": "password", "location": [0, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731970300.175991 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type url at location (0, 1) in the grid with the default value 'https://www.example.com'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [0, 1], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731968116.095052 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type file at location (0, 1) in the grid. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [0, 1], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731969437.5494232 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type url at location (2, 1) in the grid with the default value 'https://www.example.com'. The input is aligned center horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "url", "default_value": "https://www.example.com", "location": [2, 1], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731967769.678036 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type range at location (0, 1) in the grid with the default value '50'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [0, 1], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731969350.024607 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type date at location (2, 0) in the grid with the default value '2021-01-01'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "date", "default_value": "2021-01-01", "location": [2, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731968092.211869 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type range at location (1, 0) in the grid with the default value '50'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [1, 0], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731968955.444426 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type range at location (1, 0) in the grid with the default value '50'. The input is aligned center horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "range", "default_value": "50", "location": [1, 0], "horizontal_align": "center", "vertical_align": "start"}} |
|
ui_complete_1731967786.91155 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type button at location (1, 0) in the grid with the default value 'Button'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "button", "default_value": "Button", "location": [1, 0], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731970264.497279 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type password at location (1, 0) in the grid with the default value 'password'. The input is aligned right horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [1, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731967897.478288 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type email at location (1, 2) in the grid with the default value 'johndoe@email.com'. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [1, 2], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967792.162314 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type file at location (1, 0) in the grid. The input is aligned right horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "file", "default_value": null, "location": [1, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731969332.524194 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type range at location (0, 0) in the grid with the default value '50'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "range", "default_value": "50", "location": [0, 0], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731968081.1291032 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type file at location (1, 0) in the grid. The input is aligned left horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [1, 0], "horizontal_align": "start", "vertical_align": "end"}} |
|
ui_complete_1731967750.612619 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type radio at location (0, 1) in the grid with the default value 'Radio'. The input is aligned center horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [0, 1], "horizontal_align": "center", "vertical_align": "end"}} |
|
ui_complete_1731969164.597565 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type file at location (2, 0) in the grid. The input is aligned center horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "file", "default_value": null, "location": [2, 0], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731968002.49524 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 1 columns. The page also contains an input of type submit at location (0, 0) in the grid with the default value 'Submit'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 1}, "input": {"input_type": "submit", "default_value": "Submit", "location": [0, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969198.978709 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type submit at location (1, 0) in the grid with the default value 'Submit'. The input is aligned left horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 0], "horizontal_align": "start", "vertical_align": "center"}} |
|
ui_complete_1731968948.679202 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type password at location (0, 0) in the grid with the default value 'password'. The input is aligned right horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "password", "default_value": "password", "location": [0, 0], "horizontal_align": "end", "vertical_align": "center"}} |
|
ui_complete_1731968092.145258 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type range at location (1, 0) in the grid with the default value '50'. The input is aligned center horizontally and center vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [1, 0], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731967824.378809 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 2 columns. The page also contains an input of type button at location (1, 1) in the grid with the default value 'Button'. The input is aligned center horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 2}, "input": {"input_type": "button", "default_value": "Button", "location": [1, 1], "horizontal_align": "center", "vertical_align": "center"}} |
|
ui_complete_1731967907.578475 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type radio at location (1, 1) in the grid with the default value 'Radio'. The input is aligned left horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "radio", "default_value": "Radio", "location": [1, 1], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731967819.829162 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 2 rows and 2 columns. The page also contains an input of type submit at location (1, 1) in the grid with the default value 'Submit'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 2, "columns": 2}, "input": {"input_type": "submit", "default_value": "Submit", "location": [1, 1], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731968113.2624152 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 2 rows and 3 columns. The page also contains an input of type email at location (0, 2) in the grid with the default value 'johndoe@email.com'. The input is aligned right horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 2, "columns": 3}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [0, 2], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731969442.465305 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 2 columns. The page also contains an input of type button at location (1, 1) in the grid with the default value 'Button'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 2}, "input": {"input_type": "button", "default_value": "Button", "location": [1, 1], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969155.598701 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type email at location (2, 0) in the grid with the default value 'johndoe@email.com'. The input is aligned right horizontally and bottom vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "email", "default_value": "johndoe@email.com", "location": [2, 0], "horizontal_align": "end", "vertical_align": "end"}} |
|
ui_complete_1731969309.7071009 | a user interface with a dark theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About and a search bar on the right. The main content of the page is a grid with 3 rows and 1 columns. The page also contains an input of type button at location (0, 0) in the grid with the default value 'Button'. The input is aligned left horizontally and top vertically | {"theme": {"name": "dark", "background": "#000", "shade-1": "#1F1F1F", "border": "#292929", "text": "#E1E1E1"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": true}, "grid": {"rows": 3, "columns": 1}, "input": {"input_type": "button", "default_value": "Button", "location": [0, 0], "horizontal_align": "start", "vertical_align": "start"}} |
|
ui_complete_1731967767.095277 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 1 rows and 3 columns. The page also contains an input of type password at location (0, 2) in the grid with the default value 'password'. The input is aligned right horizontally and top vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 1, "columns": 3}, "input": {"input_type": "password", "default_value": "password", "location": [0, 2], "horizontal_align": "end", "vertical_align": "start"}} |
|
ui_complete_1731969288.7418308 | a user interface with a light theme with a navbar with a 'Logo' logo in the top left with 2 links labeled: Home, About. The main content of the page is a grid with 3 rows and 3 columns. The page also contains an input of type range at location (2, 1) in the grid with the default value '50'. The input is aligned left horizontally and center vertically | {"theme": {"name": "light", "background": "#FFF", "shade-1": "#F8F8F8", "border": "#c7c7c7", "text": "#000"}, "navbar": {"logo": "Logo", "links": ["Home", "About"], "searchbar": false}, "grid": {"rows": 3, "columns": 3}, "input": {"input_type": "range", "default_value": "50", "location": [2, 1], "horizontal_align": "start", "vertical_align": "center"}} |