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

https://github.com/nilshartmann/react-example-app

Simple example of a react component
https://github.com/nilshartmann/react-example-app

Last synced: about 1 month ago
JSON representation

Simple example of a react component

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/nilshartmann/react-example-app.svg?branch=master)](https://travis-ci.org/nilshartmann/react-example-app)

React password field example
============================

A simple react example implementing a password field component, inspired by this blog post: https://aerotwist.com/blog/better-password-form-fields/

[![Sample Application](screenshot.png)](https://nilshartmann.github.io/react-example-app/)

Run
---
* clone the git repository
* `npm install`
* `npm run devserver`
* In your webbrowser open http://localhost:8080
* Choose a password ;-)

Running example
---------------
* You can find a running example here: https://nilshartmann.github.io/react-example-app/

See also
--------

* If you're using ClosureScript/Reagent: find a ported version of the password field example here: https://github.com/rpreissel/reagent-example-app/