dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

How to import? #21

Closed kaloraat closed 4 years ago

kaloraat commented 4 years ago

Would you bother mentioning how to import? That's the first thing we need to do before writing any code right?

I tried this. It gives error.

import {
  Table,
  TableHeader,
  TableCell,
  TableBody,
  DataTableCell,
} from "react-pdf-table";

Screen Shot 2020-06-20 at 8 43 35 AM

kaloraat commented 4 years ago

Well import this way.

import {
  Table,
  TableHeader,
  TableCell,
  TableBody,
  DataTableCell,
} from "@david.kucsai/react-pdf-table";