{"id":13808935,"url":"https://github.com/acrodata/gui","last_synced_at":"2025-04-26T09:31:58.624Z","repository":{"id":195489019,"uuid":"688917005","full_name":"acrodata/gui","owner":"acrodata","description":"🎛️ JSON powered GUI for configurable panels","archived":false,"fork":false,"pushed_at":"2025-04-25T13:51:08.000Z","size":16049,"stargazers_count":112,"open_issues_count":2,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-25T14:20:02.025Z","etag":null,"topics":["angular","creative-coding","dynamic-form","gui","reactive-form","typescript"],"latest_commit_sha":null,"homepage":"https://acrodata.github.io/gui/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acrodata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-08T11:32:24.000Z","updated_at":"2025-04-25T12:59:46.000Z","dependencies_parsed_at":"2023-09-18T08:27:21.096Z","dependency_job_id":"f6b5112f-3144-4bdc-972e-c59757bf0394","html_url":"https://github.com/acrodata/gui","commit_stats":null,"previous_names":["acrodata/gui"],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrodata%2Fgui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrodata%2Fgui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrodata%2Fgui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acrodata%2Fgui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acrodata","download_url":"https://codeload.github.com/acrodata/gui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250831729,"owners_count":21494424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","creative-coding","dynamic-form","gui","reactive-form","typescript"],"created_at":"2024-08-04T01:01:55.520Z","updated_at":"2025-04-26T09:31:58.156Z","avatar_url":"https://github.com/acrodata.png","language":"TypeScript","readme":"# GUI\n\n[![npm](https://img.shields.io/npm/v/@acrodata/gui.svg)](https://www.npmjs.com/package/@acrodata/gui)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/acrodata/gui/blob/main/LICENSE)\n\n![cover](https://github.com/acrodata/gui/assets/20625845/275f7f08-7971-4a4d-8fe8-ff8ead67beac)\n\nJSON powered GUI for configurable panels.\n\n#### Quick links\n\n[Documentation](https://acrodata.github.io/gui/) |\n[Playground](https://acrodata.github.io/gui/playground)\n\n## Compatibility\n\n| Angular  | @acrodata/gui | Theming |\n| -------- | ------------- | ------- |\n| \u003e=18.0.0 | 2.x           | M2, M3  |\n| \u003e=17.0.0 | 1.x           | M2      |\n| \u003e=16.0.0 | 0.x           | M2      |\n\n## Installation\n\n```bash\nnpm install @angular/material @ng-matero/extensions @acrodata/gui --save\n```\n\n## Setup\n\nDefine a theme with Angular Material's theming system. [More about theming](https://material.angular.io/guide/theming).\n\n```scss\n@use '@angular/material' as mat;\n@use '@acrodata/gui' as gui;\n\n@include mat.core();\n\n$theme: mat.define-theme(...);\n\n@include gui.all-control-themes($theme);\n```\n\n🚨 If you use the Angular Material as default library and have included all component themes, there's no need to include the GUI themes anymore.\n\n```diff\n+ @include mat.all-component-themes($theme);\n+ @include mtx.all-component-themes($theme);\n- @include gui.all-control-themes($theme);\n```\n\n## Usage\n\n```ts\nimport { Component } from '@angular/core';\nimport { GuiFields, GuiForm } from '@acrodata/gui';\n\n@Component({\n  selector: 'your-app',\n  template: `\u003cgui-form [config]=\"config\" [model]=\"model\" [form]=\"form\" /\u003e`,\n  standalone: true,\n  imports: [GuiForm],\n})\nexport class YourAppComponent {\n  config: GuiFields = {\n    title: {\n      type: 'text',\n      name: 'Title',\n      default: 'I am title',\n    },\n  };\n  model = {};\n  form = new FormGroup({});\n}\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Layout"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrodata%2Fgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facrodata%2Fgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facrodata%2Fgui/lists"}