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

https://github.com/coryhouse/ps-react

Reusable React components built in "Creating Reusable React Components" on Pluralsight
https://github.com/coryhouse/ps-react

Last synced: 9 months ago
JSON representation

Reusable React components built in "Creating Reusable React Components" on Pluralsight

Awesome Lists containing this project

README

          

# Pluralsight React Components

A library of React components created in [Creating Reusable React Components](https://app.pluralsight.com/library/courses/react-creating-reusable-components) on Pluralsight.

## Install
```
npm install ps-react
```

## Issues
[Here's a list of current known issues in the course](https://github.com/coryhouse/ps-react/issues).

## Docs
[Component documentation](http://coryhouse.github.io/ps-react)

## Component Hall of Fame 🎉
Here's a list of components built by your fellow viewers!

Submit a pull request to add your link here... :)

- [recipe-components](https://github.com/vjwilson/recipe-components) A set of React components which can be used to make a recipe site, by Van J. Wilson. Documentation at [https://vjwilson.github.io/recipe-components/](https://vjwilson.github.io/recipe-components/)

- [react-chatbot](https://github.com/abhiisheek/react-chatbot) A library of React components which can be used to make/add a chatbot capability, by Abhishek Ramesh. Documentation at [https://abhiisheek.github.io/react-chatbot/](https://abhiisheek.github.io/react-chatbot/)

- [flexboxgrid-components](https://github.com/darcusfenix/flexboxgrid-components) A library of React components which can be used to add classes of flexboxgrid to div tags, by Juan Crisóstomo. Documentation at [https://darcusfenix.github.io/flexboxgrid-components/](https://darcusfenix.github.io/flexboxgrid-components/)

## React Component libraries
Here's a list of popular component libraries I mention at the end of the course:
- [Material UI](http://material-ui.com)
- [React Toolbox](http://react-toolbox.com)
- [React Bootstrap](http://react-bootstrap.github.io)
- [React Foundation](http://react.foundation)
- [Blueprint](http://blueprintjs.com)
- [Ant Design](http://ant.design)
- [Office UI Fabric](http://dev.office.com/fabric)
- [React MD](http://react-md.mlaursen.com)
- [Elemental UI](http://elemental-ui.com)
- [Rebass](http://jxnblk.com/rebass/)
- [Pivital Styleguide](http://styleguide.cfapps.io)
- [Cloudflare UI](http://cloudflare.github.io)
- [Semantic UI React](http://react.semantic-ui.com)
- [Grommet](http://grommet.github.io)
- [Mulesoft Components](http://ux.mulesoft.com)
- [Belle](http://nikgraf.github.io/belle)
- [MUI](http://muicss.com)
- [React Desktop](http://reactdesktop.js.org)
- [React Photonkit](http://react-photonkit.github.io)
- [TouchstoneJS](http://touchstonejs.io)
- [Onsen UI](http://onsen.io/react)
- [Many more on awesome-react](http://github.com/enaqx/awesome-react)