/react-UI-components

react-ui components to reuse later or to look at for reference

Primary LanguageJavaScript

React UI Library

This is a UI library made purely from scratch using React, reducers, immer, custom hooks, and raw coding. It provides a set of reusable UI components that can be easily integrated into your React projects.

Features

  • Accordion component: A collapsible content container that allows users to toggle the visibility of its content.
  • Buttons: A collection of customizable buttons with different styles and sizes.
  • Counter page: A page that displays a counter and allows users to increment or decrement its value.
  • Dropdown component: A customizable dropdown menu that allows users to select an option from a list.
  • Modal: A modal dialog box that can be used to display additional information or prompt user actions.
  • Table with sorting functions: A table component that supports sorting functionality for its columns.