An open API service indexing awesome lists of open source software.

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]

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/)

![react-textselect screenshot](docs/screenshot.png)

## 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
```