{"id":16788746,"url":"https://github.com/markmead/alpinejs-textarea-autogrow","last_synced_at":"2025-04-10T23:25:10.642Z","repository":{"id":45705759,"uuid":"502073616","full_name":"markmead/alpinejs-textarea-autogrow","owner":"markmead","description":"🌲 Alpine JS plugin that auto grows the height of a textarea based on its value","archived":false,"fork":false,"pushed_at":"2025-03-07T08:15:11.000Z","size":22,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T20:12:28.869Z","etag":null,"topics":["alpine-js","alpinejs","alpinejs-plugin","javascript"],"latest_commit_sha":null,"homepage":"https://js.hyperui.dev/examples/form-textarea-autogrow-plugin","language":"JavaScript","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/markmead.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}},"created_at":"2022-06-10T14:29:16.000Z","updated_at":"2025-03-19T05:14:28.000Z","dependencies_parsed_at":"2024-04-04T11:47:21.458Z","dependency_job_id":"4df0fe6d-e27c-4d75-890c-10a390aff804","html_url":"https://github.com/markmead/alpinejs-textarea-autogrow","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/markmead%2Falpinejs-textarea-autogrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmead%2Falpinejs-textarea-autogrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmead%2Falpinejs-textarea-autogrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markmead%2Falpinejs-textarea-autogrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markmead","download_url":"https://codeload.github.com/markmead/alpinejs-textarea-autogrow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248313648,"owners_count":21082892,"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":["alpine-js","alpinejs","alpinejs-plugin","javascript"],"created_at":"2024-10-13T08:24:36.843Z","updated_at":"2025-04-10T23:25:10.618Z","avatar_url":"https://github.com/markmead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine JS Textarea Grow\n\nAlpine JS plugin `x-grow` adds in auto grow functionality to `\u003ctextarea\u003e`\nelements 🌳\n\n## Example\n\n```html\n\u003ctextarea x-data x-grow\u003e\u003c/textarea\u003e\n```\n\nThis `\u003ctextarea\u003e` will now grow with the content.\n\n## Install\n\n### CDN\n\n```html\n\u003cscript\n  defer\n  src=\"https://unpkg.com/alpinejs-textarea-grow@1.x.x/dist/grow.min.js\"\n\u003e\u003c/script\u003e\n\n\u003cscript defer src=\"https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js\"\u003e\u003c/script\u003e\n```\n\n### NPM/Yarn\n\n```shell\nnpm i -D alpinejs-textarea-grow\n\nyarn add -D alpinejs-textarea-grow\n```\n\nThen you can register the plugin.\n\n```js\nimport Alpine from 'alpinejs'\nimport grow from 'alpinejs-textarea-grow'\n\nAlpine.plugin(grow)\n\nwindow.Alpine = Alpine\n\nAlpine.start()\n```\n\n### Stats\n\n![](https://img.shields.io/bundlephobia/min/alpinejs-textarea-grow)\n![](https://img.shields.io/npm/v/alpinejs-textarea-grow)\n![](https://img.shields.io/npm/dt/alpinejs-textarea-grow)\n![](https://img.shields.io/github/license/markmead/alpinejs-textarea-autogrow)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmead%2Falpinejs-textarea-autogrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkmead%2Falpinejs-textarea-autogrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkmead%2Falpinejs-textarea-autogrow/lists"}