react-basic-componnets-library
v1.0.9
Published
A comprehensive collection of customizable and functional UI components for React applications.
Downloads
575
Readme
react-demo-sdk
A comprehensive collection of customizable and functional UI components for React applications.
This library provides graphs, icons, lists, loaders, progress bars, tables, and more.
Easily install this package and integrate these ready-to-use components in your React projects.
FEATURES :
Graph: Render interactive graphs and charts, along with visualizing the records on hovering at the particular record. Icon: Use predefined icons with the property names mentioned. List: Render dynamic lists with various styles and options. Loader: Show loading indicators during asynchronous operations. Progress Bar: Display progress in tasks or operations. Table: Tabular data display with customizable columns and rows, and features to select the records per page, pagination, etc. Tooltip: Add tooltips to any element to provide extra information.
INSTALLATION : To install this library into your React project, run the following command:
npm install library-name
USAGE : Once the package is installed, you can import and use any of the components in your React application.
EXAMPLE: Table Component
Example: Graph Component
Example: Loader Component