Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iam-abbas/react-community-elements

Collection of React Styled Components created by the community.
https://github.com/iam-abbas/react-community-elements

hacktoberfest hacktoberfest-accepted hacktoberfest2021

Last synced: 14 days ago
JSON representation

Collection of React Styled Components created by the community.

Awesome Lists containing this project

README

        

React Community Elements



A community-built repository which has Styled Components that are built using ReactJS.

## What is this repository for?

This repository contains various Styled Components that are implemented using ReactJs, the components vary from buttons to profiles.

## Who can contribute for this repository?

Anyone. Absolutely anyone can contribute to this repository. Please check the rules below before you make pull requests.

# CONTRIBUTION

## How to contribute?

- Add an issue to this repository stating:
- Name of the Element (ex. Button, Range Slider, Profile)
- Name of Framework if any (ex. Bootstrap)
- Fork this repository
- Implement the element.
- Try to format the code correctly and use better variable names as well as camel-casing.
- Give your Element a Custom name defining it in two or three words. (ex. GradientButton, HorizontalNavbar, DarkSideBar)
- Add it to your repository in the directory order `//.js`
- ***NOTE: ONLY ADD SINGLE COMPONENT FILE. DO NOT INCLUDE REACT FILES LIKE PACKAGE.JSON OR INDEX.JS***
- Create a Pull request
- Feel free to improve the README.md

## Rules

- Please do not spam pull request for the sake of Hacktoberfest.
- No duplicate entries. Please check if the code is existing or not before you start submitting.
- Star this repository to show appreciation towards public efforts.