{"id":13466477,"url":"https://github.com/austineric/BlazorContentEditable","last_synced_at":"2025-03-25T21:32:21.943Z","repository":{"id":143639609,"uuid":"242050591","full_name":"austineric/BlazorContentEditable","owner":"austineric","description":"Providing contenteditable functionality for Blazor","archived":false,"fork":false,"pushed_at":"2024-06-22T08:10:34.000Z","size":4763,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T21:11:13.108Z","etag":null,"topics":[],"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/austineric.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":"2020-02-21T04:03:16.000Z","updated_at":"2024-01-23T13:28:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0d579d5-e090-49d6-aca7-cb70e3f8899a","html_url":"https://github.com/austineric/BlazorContentEditable","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/austineric%2FBlazorContentEditable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austineric%2FBlazorContentEditable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austineric%2FBlazorContentEditable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austineric%2FBlazorContentEditable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austineric","download_url":"https://codeload.github.com/austineric/BlazorContentEditable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245548415,"owners_count":20633575,"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":[],"created_at":"2024-07-31T15:00:44.750Z","updated_at":"2025-03-25T21:32:21.082Z","avatar_url":"https://github.com/austineric.png","language":"HTML","funding_links":[],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Components"],"readme":"\n### [Demo site here](https://austineric.github.io/BlazorContentEditable/)\n\n# BlazorContentEditable\nProviding contenteditable functionality for Blazor\n\n- Automatically sizes to prefilled text\n- Automatically sizes to to text as it's typed\n\n# Installation\nInclude NuGet package from https://www.nuget.org/packages/BlazorContentEditable/\n\n# Setup\n### Blazor WebAssembly\n* Add `@using BlazorContentEditable` to _Imports.razor\n* Add `\u003cscript src=\"_content/BlazorContentEditable/BlazorContentEditable.js\"\u003e\u003c/script\u003e` to wwwroot/index.html\n\n### Blazor Server\n* Add `@using BlazorContentEditable` to _Imports.razor\n* Add `\u003cscript src=\"_content/BlazorContentEditable/BlazorContentEditable.js\"\u003e\u003c/script\u003e` to Pages/_Host.cshtml\n\n# Usage\n`\u003cBlazorContentEditableComponent @bind-Value=\"Text\" /\u003e`\n\n# Notes\n* **@bind-Value** - the property to which the component should be bound\n* **Enabled** - (optional, defaults to true) - allows the component to be disabled directly `Enabled=\"false\"` or conditionally `Enabled=\"@(UserIsAuthorized ? true : false)\"`\n* **CSSClass** - (optional) add css classes\n* **CSSStyle** - (optional) add css styles\n* **Rows** - (optional, defaults to 1) allows setting the number of rows (height) the component should display if no text is present\n* **Columns** - (optional) sets the number of columns (width) for the component (1 column = 1 average-width character)\n* **Width** - (optional, defaults to 100% if neither Columns nor Width are set) sets the width of the component with CSS\n\n# Releases\n### 2.0.0\n* Changed to auto-resizing TextArea\n### 1.4.0\n* Can conditionally disable component\n### 1.3.0\n* Use `@using BlazorContentEditable` in _Imports.razor instead of `@using BlazorContentEditable.Source`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustineric%2FBlazorContentEditable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustineric%2FBlazorContentEditable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustineric%2FBlazorContentEditable/lists"}