0.2.2 • Published 4 years ago

lupa-table v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Installation

Lupa is on NPM so install using your preferred JS package manager.

yarn add lupa-table
npm install lupa-table

Usage

Anywhere underneath a Lupa <Dataset> component you can use the <LupaTable> component.

import React from 'react';
import { MockDataset } from '@lupa/mock'; // This can be any lupa provider
import { LupaTable } from 'lupa-table';

export default function App() {
  return (
    <MockDataset data={[...]}>
      <LupaTable />
    </MockDataset>
  )
}
0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago