soska / adaptables

Responsive Data Tables Component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptables

This is a simple React component to create data tables that adapt gracefully to a mobile-layout.

Click here for a simple demo

How to use

Just pass a string to the name property to the Unavatar component and it will display a nice circular avatar with the name initials and a color chosen from a predefined palette.

import Adaptable from 'adaptables';

class App extends React.Component {
  render() {
    return (
      <div>
        <Adaptable items={items} cells={cells} />
      </div>
    );
  }
}

Installation

$ yarn add adaptables

or

$ npm install --save adaptables

About

Responsive Data Tables Component for React

License:MIT License


Languages

Language:JavaScript 98.8%Language:CSS 1.1%Language:HTML 0.2%