My React components repository
Guim
Posted on March 11, 2019
Hey there, I just uploaded a Github repository in which I'll be uploading some of the React components I use the most. Most of them are made by me, others from Internet code but with own modifications.
The components
Here you have a complete list of all the components. As I upload new components I will update the list.
Navbar: Sticky navbar that hides when scrolling down.
Loading Indicator: Loading indicator with only CSS.
Flipping Cards: Cards that flip when click.
Usage
You can browse this repo online or download it and run it to see a live demo of all of the components. There's a server with one root route which contains all components. Follow these steps:
- Clone the repo by typing:
git clone https://github.com/GuimG/my-react-components.git
. - Go into the folder in your terminal and run the app by typing:
npm run start
. - Go to your browser and search for:
http://localhost:3000
.
Now you can see all of the components in your browser. There's a title on each one (except for the navbar which is fixed in all the page). If you like some specific component search it in the components
folder by its title.
Last words
Hope this helps you. If you want any component in specific and it's not here, leave a comment and I'll try to do it ASAP.
Posted on March 11, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.