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

https://github.com/marksteve/react-components

A collection of React components
https://github.com/marksteve/react-components

Last synced: about 1 year ago
JSON representation

A collection of React components

Awesome Lists containing this project

README

          

# react-components

A collection of React components

## Install

```bash
npm install marksteve/react-components
```

## Usage

```javascript
var rc = require('react-components');
```

## Toggable

[Demo](https://marksteve.com/react-components#toggable)

Toggle through the `toggled` property

```html

```

Define animation using the `animationIn/Out` properties.
It uses the [Velocity](velocityjs.org) library for animation
so you can do something like this:

```html

```

You can also specify options for the animation as properties.

```html

```

### Default properties

```json
{
"className": null,
"animationIn": "transition.fadeIn",
"animationOut": "transition.fadeOut",
"duration": 250
}
```

## Suffixed Input

[Demo](https://marksteve.com/react-components#suffixed-input)

```html

```

## License

[MIT License](http://marksteve.mit-license.org)