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
- Host: GitHub
- URL: https://github.com/coryhouse/ps-react
- Owner: coryhouse
- License: mit
- Created: 2017-04-21T19:03:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T21:26:01.000Z (almost 6 years ago)
- Last Synced: 2025-04-06T12:43:59.931Z (9 months ago)
- Language: JavaScript
- Homepage: http://coryhouse.github.io/ps-react
- Size: 1.39 MB
- Stars: 137
- Watchers: 10
- Forks: 62
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)