This project is a comprehensive collection of React custom hooks and reusable components that are utilized on a daily basis. It is structured into two main directories, typescript
and javascript
, each containing the same components and hooks but implemented in their respective languages.
- typescript/: Contains
TypeScript
implementations of all components and hooks. - javascript/: Contains
JavaScript
implementations of all components and hooks.
Each directory includes a variety of components and hooks that are ready to use with minimal CSS and styles. This design choice allows users to easily customize the appearance of each component to fit the needs of their specific projects.
To use any of the components or hooks in your project, simply import them from their respective files in the appropriate language directory. Each component and hook is documented within the file
Since the components come with minimal styling, you are encouraged to add your own CSS or use CSS modules to style the components according to your project's design requirements.
Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request, or open an issue to discuss your ideas.
Made with ❤ by @fox