{"id":19298957,"url":"https://github.com/javierbyte/react-textselect","last_synced_at":"2025-08-04T15:33:52.054Z","repository":{"id":28123171,"uuid":"31622211","full_name":"javierbyte/react-textselect","owner":"javierbyte","description":"Select dropdown over text React component. [unmaintained]","archived":false,"fork":false,"pushed_at":"2020-11-22T23:07:34.000Z","size":3562,"stargazers_count":49,"open_issues_count":2,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-14T07:24:27.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://javier.xyz/react-textselect/","language":"JavaScript","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/javierbyte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T21:26:18.000Z","updated_at":"2022-08-12T12:28:57.000Z","dependencies_parsed_at":"2022-08-02T11:01:25.662Z","dependency_job_id":null,"html_url":"https://github.com/javierbyte/react-textselect","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/javierbyte%2Freact-textselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-textselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-textselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-textselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javierbyte","download_url":"https://codeload.github.com/javierbyte/react-textselect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223893101,"owners_count":17220834,"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-11-09T23:09:36.963Z","updated_at":"2024-11-09T23:09:37.406Z","avatar_url":"https://github.com/javierbyte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Text Select\n\n## UNMAINTAINED\n\nUnmantained for now.\n\n--\n\nSimple component to put an invisible `Select` dropdown over a text.\n\n[Live demo](http://javierbyte.github.io/react-textselect/)\n\n![react-textselect screenshot](docs/screenshot.png)\n\n## Installation\n\n```\nnpm install react-textselect --save\n```\n\n## Usage.\n\n```jsx\nvar TextSelect = require('react-textselect');\n\n\u003cTextSelect\n  options={['text select', 'react component', 'dropdown']}\n  active={this.state.selectedOption}\n  onChange={this.onTextSelectChange} /\u003e\n```\n\n\n### Add styles.\n\nDont forget to add styles.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"/node_modules/react-textselect/dist/textselect.css\"\u003e\n```\n\n# Build\n\nIf you want to build this from source, you will need babel and less.\n\n```\nnpm install -g babel less\n```\n\nAnd run the pre publish script\n\n```\nnpm run prepublish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierbyte%2Freact-textselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierbyte%2Freact-textselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierbyte%2Freact-textselect/lists"}