https://github.com/javierbyte/react-textselect
Select dropdown over text React component. [unmaintained]
https://github.com/javierbyte/react-textselect
Last synced: 2 months ago
JSON representation
Select dropdown over text React component. [unmaintained]
- Host: GitHub
- URL: https://github.com/javierbyte/react-textselect
- Owner: javierbyte
- Created: 2015-03-03T21:26:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T23:07:34.000Z (over 4 years ago)
- Last Synced: 2024-10-14T07:24:27.114Z (9 months ago)
- Language: JavaScript
- Homepage: http://javier.xyz/react-textselect/
- Size: 3.4 MB
- Stars: 49
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# React Text Select
## UNMAINTAINED
Unmantained for now.
--
Simple component to put an invisible `Select` dropdown over a text.
[Live demo](http://javierbyte.github.io/react-textselect/)

## Installation
```
npm install react-textselect --save
```## Usage.
```jsx
var TextSelect = require('react-textselect');```
### Add styles.
Dont forget to add styles.
```html
```
# Build
If you want to build this from source, you will need babel and less.
```
npm install -g babel less
```And run the pre publish script
```
npm run prepublish
```