UNPKG

react-super-responsive-table

Version:

react-super-responsive-table converts your table data to a user-friendly list in mobile view.

8 lines (7 loc) 266 B
import Table from './components/Table'; import Tbody from './components/Tbody'; import Td from './components/Td'; import Th from './components/Th'; import Thead from './components/Thead'; import Tr from './components/Tr'; export { Table, Tbody, Td, Th, Thead, Tr };