Skip to content

Commit

Permalink
docs: Add divider
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 26, 2023
1 parent 88daaeb commit 9352b3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ document.body.appendChild(button);
| tagName | undefined | The tag name of the element type to create. |
| options | {} | The options to use when creating the element. Options can include any attributes that can be passed to `setAttribute`, with `class`, `dataset`, and `text` as special options for enhancement. |
| target | document | The Document in which to create the element. |
---

### `qs`
A wrapper function for `document.querySelector`.
Expand All @@ -61,6 +62,7 @@ const button = qs<HTMLButtonElement>('button', wrapper);
| selector | undefined | The selector to match against. |
| parent | document | The ParentNode in which to search for the selector. |

---

### `qsa`
A wrapper function for `document.querySelectorAll`.
Expand Down

0 comments on commit 9352b3a

Please sign in to comment.