{"id":20612879,"url":"https://github.com/igniteui/igniteui-dockmanager","last_synced_at":"2025-04-07T07:15:29.070Z","repository":{"id":40510977,"uuid":"317572330","full_name":"IgniteUI/igniteui-dockmanager","owner":"IgniteUI","description":"Ignite UI Dock Manager Web Component provides means to manage the layout of your application.","archived":false,"fork":false,"pushed_at":"2025-03-06T09:26:04.000Z","size":37,"stargazers_count":38,"open_issues_count":22,"forks_count":0,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-04-07T07:15:07.422Z","etag":null,"topics":["dockmanager","igniteui","web-components"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgniteUI.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-01T14:45:48.000Z","updated_at":"2025-03-06T09:26:07.000Z","dependencies_parsed_at":"2025-02-27T23:17:26.168Z","dependency_job_id":"48990961-f4bb-4225-8731-ec6bf6942304","html_url":"https://github.com/IgniteUI/igniteui-dockmanager","commit_stats":{"total_commits":30,"total_committers":8,"mean_commits":3.75,"dds":0.7,"last_synced_commit":"77e6930c592af563ed8083a1fe6e7be79b7bd169"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-dockmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-dockmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-dockmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgniteUI%2Figniteui-dockmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgniteUI","download_url":"https://codeload.github.com/IgniteUI/igniteui-dockmanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608154,"owners_count":20965952,"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":["dockmanager","igniteui","web-components"],"created_at":"2024-11-16T11:08:13.648Z","updated_at":"2025-04-07T07:15:29.046Z","avatar_url":"https://github.com/IgniteUI.png","language":null,"readme":"![ignite-ui-logo-flames](https://user-images.githubusercontent.com/52001020/173773052-e8fd2806-2631-47a8-838d-1eabdaa4afce.svg)\n# Ignite UI Dock Manager Web Component - from Infragistics\n[![npm version](https://badge.fury.io/js/igniteui-dockmanager.svg)](https://badge.fury.io/js/igniteui-dockmanager)\n[![Discord](https://img.shields.io/discord/836634487483269200?logo=discord\u0026logoColor=ffffff)](https://discord.gg/39MjrTRqds)\n\n[Ignite UI Dock Manager Web Component](https://www.infragistics.com/) provides means to manage the layout of your application through panes, allowing your end-users to customize it further by pinning, resizing, moving and hiding panes.\n\n![DockManagerDemo](https://user-images.githubusercontent.com/11231206/209106239-a435998a-6c01-45bf-adc3-030dbf39f2ae.gif)\n\n## NPM Package\n\nYou can include the Ignite UI Dock Manager Web Component in your project as a dependency using the NPM package.\n\n```\nnpm install igniteui-dockmanager --save\n```\n\n## Usage\n\nIn order to use the Ignite UI Dock Manager Web Component it is necessary to import and call the `defineCustomElements()` function:\n\n```ts\nimport { defineCustomElements } from 'igniteui-dockmanager/loader';\n\ndefineCustomElements();\n```\n\nOnce the Dock Manager is imported, you can add it on the page:\n\n```html\n\u003cigc-dockmanager id=\"dockManager\"\u003e\n\u003c/igc-dockmanager\u003e\n```\n\nMore information on how to use the Ignite UI Dock Manager Web Component can be found [here](https://infragistics.com/products/ignite-ui-web-components/web-components/components/dock-manager.html).\n\n## Browser Support\n\n![chrome_48x48](https://user-images.githubusercontent.com/2188411/168109445-fbd7b217-35f9-44d1-8002-1eb97e39cdc6.png) | ![firefox_48x48](https://user-images.githubusercontent.com/2188411/168109465-e46305ee-f69f-4fa5-8f4a-14876f7fd3ca.png) | ![edge_48x48](https://user-images.githubusercontent.com/2188411/168109472-a730f8c0-3822-4ae6-9f54-785a66695245.png) | ![opera_48x48](https://user-images.githubusercontent.com/2188411/168109520-b6865a6c-b69f-44a4-9948-748d8afd687c.png) | ![safari_48x48](https://user-images.githubusercontent.com/2188411/168109527-6c58f2cf-7386-4b97-98b1-cfe0ab4e8626.png)\n--- | --- | --- | --- | --- |\nLatest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |\n\n## Feedback\n - Request a [new feature](https://github.com/IgniteUI/igniteui-dockmanager/issues/new?assignees=igdmdimitrov\u0026labels=feature-request%2C+status%3A+in-review\u0026template=feature_request.md\u0026title=)\n - Upvote [an existing feature request](https://github.com/IgniteUI/igniteui-dockmanager/issues?q=is%3Aissue+is%3Aopen+is%3Aopen+is%3Aissue+label%3Afeature-request)\n - [File a bug report](https://github.com/IgniteUI/igniteui-dockmanager/issues/new?assignees=igdmdimitrov\u0026labels=bug%2C+status%3A+in-review\u0026template=bug_report.md\u0026title=) and be specific about the behavior you want to see changed.\n\n## Support\n\nDeveloper support is provided as part of the commercial, paid-for license via [Infragistics Forums](https://www.infragistics.com/community/forums/), or via Chat \u0026 Phone with a Priority Support license.  To acquire a license for paid support or Priority Support, please visit this [page](https://www.infragistics.com/how-to-buy/product-pricing#developers).\n\n## License\n\nThis is a commercial product, requiring a valid paid-for license for commercial use.  \nThis product is free to use for non-commercial educational use for students in K through 12 grades or University programs, and for educators to use in a classroom setting as examples / tools in their curriculum.\nIn order for us to verify your eligibility for free usage, please [register for trial](https://www.infragistics.com/free-downloads) and open a support ticket with a request for free license.\n\nTo acquire a license for commercial usage, please [register for trial](https://www.infragistics.com/free-downloads) and refer to the purchasing options in the pricing section on the product page.  \n\n© Copyright 2020 INFRAGISTICS. All Rights Reserved. \nThe Infragistics Ultimate license \u0026 copyright applies to this distribution. \nFor information on that license, please go to our website [https://www.infragistics.com/legal/license](https://www.infragistics.com/legal/license).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniteui%2Figniteui-dockmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figniteui%2Figniteui-dockmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figniteui%2Figniteui-dockmanager/lists"}