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

https://github.com/chantastic/react-prompt

WIP
https://github.com/chantastic/react-prompt

Last synced: 2 months ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# prompted
A React component interface to LocalStorage

## Example
This is a no frills example of using `prompted` for a user name.
```js
(

Hi {name}!


update(e.target.value)}
type="text"
/>
)}
/>
```

## Installation
### Node
```npm i prompted --save```
or
```yarn add prompted```

### Browser
Exports `Prompted` on `window`.

```js

```

## Code Quality
[Learn React](#https://learnreact.com) open source, is intended for education.
Source should be singularly focus and readable above all.

## License
MIT License
Copyright © Michael Chan 2017