Skip to content

Commit

Permalink
Add installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 28, 2023
1 parent 74e385b commit aaf5309
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ A small structural-only Web Component for responsive `<table>` elements. Heavily

Supports one or many `<table>` child elements.

## Installation

```sh
npm install @zachleat/table-saw
```

## API

* Use `media` attribute to set the breakpoint (default `(max-width: 39.9375em)`, e.g. `<table-saw media="(max-width: 24.9375em)">`).
Expand Down

0 comments on commit aaf5309

Please sign in to comment.