A collection of useful components for faster development. Effects aims to provide a range of components from as simple as a button to a complicated data table
There are a lot of common patterns in the web UI. Effects take those common UI patterns and turn them into components. These components will make development easier and faster. Developers can use these UI patterns and learn from them.
You can visit Effects from here
To run the project on your local machine, see Contribute section.
Effects made with these following technologies:
- Effects can help the developers to build and move faster.
- Effects can also be a good learning tools to learn common UI patterns and features.
- Effects can help developers to get design inspiration.
- Effects can provides useful idea for implementing New Feature.
To run the project on your local machine you need git, nodejs and pnpm. make sure you have these installed in your system.
Now clone the project using the following command:
git clone https://github.com/StepAsideLiL/effects.git
When the cloning is completed, go to effects
directory:
cd effects
Then run the following command to install all the dependencies:
pnpm i
Finally, the project is ready to run on your machine:
pnpm run dev