Skip to content

A set of React extended UI components based on Facebook's FixedDataTable and ReactWidgets open-source libraries

License

Notifications You must be signed in to change notification settings

aviklar10/react-ui-components

 
 

Repository files navigation

React UI Components

A set of React extended UI components based on Facebook's FixedDataTable and ReactWidgets open-source libraries

Screenshot

React UI Components

Extended FixedDataTable features

  • lazy loading
  • multiple selection
  • async column sorting
  • auto width
  • percentage column widths
  • async filtering
  • loading progress
  • no data custom message

Install

npm install

Build

Every time something changes in /src, you need to run:

npm run build

In the dist folder you'll find the library that includes the DropdownList and DataTable components

Examples

To see the examples in action, run the following command:

npm run examples

Open the following page in the browser: http://localhost:8118/examples

License

The Extended FixedDataTable component is based on Facebook's Fixed Data Tables https://github.com/facebook/fixed-data-table, which is licensed BSD

The Extended DropdownList component is based on Jason Quense's React Widgets https://github.com/jquense/react-widgets, which are licensed MIT

About

A set of React extended UI components based on Facebook's FixedDataTable and ReactWidgets open-source libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.3%
  • JavaScript 43.7%