{"id":28835631,"url":"https://github.com/karthik25/tagsharp","last_synced_at":"2025-09-09T22:08:26.905Z","repository":{"id":144186938,"uuid":"74637888","full_name":"karthik25/tagsharp","owner":"karthik25","description":"A collection of .net core tag helpers","archived":false,"fork":false,"pushed_at":"2017-04-11T01:06:54.000Z","size":1237,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T07:56:17.968Z","etag":null,"topics":["csharp","mvc-core","mvc6","netcore","taghelpers"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/karthik25.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,"zenodo":null}},"created_at":"2016-11-24T04:29:13.000Z","updated_at":"2023-03-05T07:01:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"63341917-6fab-44ef-b3e2-2226f040274b","html_url":"https://github.com/karthik25/tagsharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karthik25/tagsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik25%2Ftagsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik25%2Ftagsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik25%2Ftagsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik25%2Ftagsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karthik25","download_url":"https://codeload.github.com/karthik25/tagsharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik25%2Ftagsharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274369358,"owners_count":25272588,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","mvc-core","mvc6","netcore","taghelpers"],"created_at":"2025-06-19T10:10:27.255Z","updated_at":"2025-09-09T22:08:26.891Z","avatar_url":"https://github.com/karthik25.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tag Sharp\n\nTag# collection of .net core tag helpers. The plan is to include as many as possible. At this point only bootstrap \nis available.\n\nIn order to start using the Tag# tag helpers, first use nuget to include the package - search for `TagSharp`. then open _ViewImports.cshtml to \nindicate that you intend to use the Tag# tag helpers as shown below:\n\n```csharp\n@addTagHelper *, TagSharp\n```\n\nNow you are all set to start using Tag# tag helpers.\n\nFor example in order to create a simple label here is what you can do.\n\n```html\n\u003cts-label\u003eDefault\u003c/ts-label\u003e\n\u003cts-label-primary\u003ePrimary\u003c/ts-label-primary\u003e\n\u003cts-label bs-css-class=\"label-danger\"\u003eDanger\u003c/ts-label\u003e\n```\n\nSimilarly in order to create a panel, here is what you can do.\n\n```html\n\u003cts-panel\u003e\n    \u003cts-panel-header\u003e\n        \u003cstrong\u003eDefault Panel\u003c/strong\u003e\n    \u003c/ts-panel-header\u003e\n    \u003cts-panel-body\u003e\n        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's \n        standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make \n        a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, \n        remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing \n        Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including \n        versions of Lorem Ipsum.\n    \u003c/ts-panel-body\u003e\n    \u003cts-panel-footer\u003e\n        Thank You!\n    \u003c/ts-panel-footer\u003e\n\u003c/ts-panel\u003e\n```\n\nThere is a demo included in this project to fully explain the entire list of possiblities!!\n\nIts a work in progress and I am still learning the nuances of tag helpers, so it will take a few iterations to be good, leave alone perfect! Thanks for looking!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik25%2Ftagsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarthik25%2Ftagsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik25%2Ftagsharp/lists"}