{"id":28372393,"url":"https://github.com/ni3galave/react-x-editable","last_synced_at":"2026-03-11T17:32:25.282Z","repository":{"id":24585058,"uuid":"102223033","full_name":"ni3galave/react-x-editable","owner":"ni3galave","description":"React X editable using react-bootstrap. ","archived":false,"fork":false,"pushed_at":"2022-12-10T16:41:43.000Z","size":3761,"stargazers_count":37,"open_issues_count":21,"forks_count":36,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-29T15:21:33.844Z","etag":null,"topics":["editable","inline","popover","react","xeditable"],"latest_commit_sha":null,"homepage":"https://react-x-editable.stackblitz.io/","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/ni3galave.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}},"created_at":"2017-09-02T20:55:36.000Z","updated_at":"2023-12-07T06:06:35.000Z","dependencies_parsed_at":"2023-01-14T01:14:35.595Z","dependency_job_id":null,"html_url":"https://github.com/ni3galave/react-x-editable","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ni3galave/react-x-editable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni3galave%2Freact-x-editable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni3galave%2Freact-x-editable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni3galave%2Freact-x-editable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni3galave%2Freact-x-editable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ni3galave","download_url":"https://codeload.github.com/ni3galave/react-x-editable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ni3galave%2Freact-x-editable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260742009,"owners_count":23055683,"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":["editable","inline","popover","react","xeditable"],"created_at":"2025-05-29T15:10:55.626Z","updated_at":"2026-03-11T17:32:25.275Z","avatar_url":"https://github.com/ni3galave.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM](https://img.shields.io/npm/v/react-x-editable.svg)](https://www.npmjs.com/package/react-x-editable) ![License](https://img.shields.io/npm/l/react-x-editable.svg)\n\n[![NPM](https://nodei.co/npm/react-x-editable.png)](https://nodei.co/npm/react-x-editable/)\n\n# react-x-editable\n X-editable for react using [react-bootstrap](https://react-bootstrap.github.io/).\t\t\n\n## Quick Overview\nreact-x-editable allows text in place edit or click to edit functionality.\n\n## Features :\n\n\n* Support both `inline` and `popup` text edit mode (Form/Popover).\n* Build in supported inputs are `Text`, `Textarea`, `Select`,`Checklist (check box list)`\n* Supported `Customizable` inputs where user can create own user defined inputs easily.\n\n ## Getting started\n\n ```sh\t\t\n npm install react-x-editable\n Or\n git clone https://github.com/ni3galave/react-x-editable.git\t\t\n cd react-x-editable/\t\t\n\n npm install\t\t\n npm start\t\t\n ```\n\n Then open [http://localhost:8080/](http://localhost:8080/) to see demo examples.\n\n\n## [Live Demo](https://react-x-editable.stackblitz.io/)  |    [Documentation](https://doc-react-x-editable.stackblitz.io)\n\n\n## Quick Usage :\nSimple Text field example with popover edit mode.\n ```sh\t\t\nimport Editable from 'react-x-editable';\n..\n...\nrender(){\n    return (\n      \u003cEditable\n        name=\"username\"\n        dataType=\"text\"\n        mode=\"popup\"\n        title=\"Please enter username\"\n      /\u003e\n    );\n}\n....\n...\n\n```\n\n## License\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni3galave%2Freact-x-editable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fni3galave%2Freact-x-editable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fni3galave%2Freact-x-editable/lists"}