We are on a mission to make things easy and convenient for all the users who just want to save their time. This repository consists of all the development components that are being used while coding an end to end website along with fully coded components in ReactJS. The main goal is to save your time by providing the complete code snippet with a fully responsive design of all the components that you may use in your development journey. At the later stage, the project is planned to be get converted into a library so that the components created can directly be used by importing and calling through classes. We always encourage new ideas. Feel free to get in touch with us and join our Discord Server for updates.
Are we missing any of your favourite features, which you think you can add to it? We invite you to contribute to this project and improve it further.
src/*
example/*
This is where all your components will be
yarn install
yarn start
This is where you can see your component implementation
cd example
yarn install
yarn start
A server should start on localhost where you can view all the examples
src/lib-components/{component_name}
here {component_name}
is the name of your component in snake_case.{name}.module.css
here {name}
can be anything you want but in snake_case. This is due to the fact that we are transpiling the css classnames to avoid any conflicts between 2 or more modules. Due to this, simple importing your CSS file will no longer work. You will have to named import your css files and then treat them as a dictionary to use your CSS classnames.src/index.js
.example/src
demonstrating your component.This project exists thanks to all the people who contribute.
Please note that Dezenix has a Contributor Code of Conduct. By participating in this project online or at events you agree to abide by its terms.