UNPKG

react-table

Version:

Hooks for building lightweight, fast and extendable datagrids for React

10 lines (8 loc) 207 B
import React from 'react' export const Logo = () => ( <img src="https://github.com/tannerlinsley/react-table/raw/master/media/logo.png" alt="react-table Logo" style={{ maxHeight: 50 }} /> )