0.0.2 • Published 6 months ago

react-code-editor-demo v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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, buttons, checkboxes, dropdowns, input fields, radio buttons,text areas, toggle switches, tooltips, 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. Button: Customizable buttons with different sizes, colors, icons and click handlers. Checkbox: Provides single or multiple checkbox options. Dropdown: Create dropdown menus with dynamic items. Input Field: Text, email, password, etc input fields with validation support. Radio Button: Grouped radio buttons with flexible choices. Text Area: Multi-line input field with auto-resize feature. Toggle Switch: Implement toggles for boolean values.

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: Button Component

Example: Graph Component

Example: Toggle button Component

Example: Loader Component

Example: Drop down Component