{"id":23061280,"url":"https://github.com/syncfusionexamples/add-chips-dynamically-blazor","last_synced_at":"2026-03-20T00:25:31.412Z","repository":{"id":40414176,"uuid":"484438671","full_name":"SyncfusionExamples/add-chips-dynamically-Blazor","owner":"SyncfusionExamples","description":"How to add chip items dynamically in the Blazor Chips component?","archived":false,"fork":false,"pushed_at":"2024-08-01T05:41:26.000Z","size":360,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-08T20:47:59.470Z","etag":null,"topics":["blazor-chip","chips","dynamic-chip"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SyncfusionExamples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-04-22T13:12:15.000Z","updated_at":"2024-08-01T05:41:30.000Z","dependencies_parsed_at":"2024-02-15T07:33:47.644Z","dependency_job_id":"25c564bb-7bbb-4f7e-89d8-606395026880","html_url":"https://github.com/SyncfusionExamples/add-chips-dynamically-Blazor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fadd-chips-dynamically-Blazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fadd-chips-dynamically-Blazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fadd-chips-dynamically-Blazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fadd-chips-dynamically-Blazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyncfusionExamples","download_url":"https://codeload.github.com/SyncfusionExamples/add-chips-dynamically-Blazor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246952281,"owners_count":20859813,"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":["blazor-chip","chips","dynamic-chip"],"created_at":"2024-12-16T03:17:08.971Z","updated_at":"2026-01-15T22:53:28.964Z","avatar_url":"https://github.com/SyncfusionExamples.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# How to add chip items dynamically in Blazor Chips component?\n\nThis sample explains about how to add chip items dynamically in Blazor Chips component.\n\n## Prerequisites\n\n* Visual Studio 2022\n\n## How to run the project\n\n* Checkout this repository in your local disk.\n* Open the solution file using the Visual Studio 2022 / Visual Studio Code.\n* Restore the NuGet packages by rebuilding the solution.\n* Run the project.\n\n# Add Chip Dynamically in Blazor\n\nThis repository shows how to add chips dynamically in Blazor. \n\n```Razor\n\u003cSfChip EnableDelete=\"true\"\u003e\n    \u003cChipItems\u003e\n        @foreach (Chip item in ChipItemCollection)\n        {\n            \u003cChipItem Text=\"@item.Text\" Value=\"@item.Value\"\u003e\u003c/ChipItem\u003e\n        }\n    \u003c/ChipItems\u003e\n\u003c/SfChip\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fadd-chips-dynamically-blazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusionexamples%2Fadd-chips-dynamically-blazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fadd-chips-dynamically-blazor/lists"}