Skip to content

Commit

Permalink
Add to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Oct 8, 2023
1 parent 6f126ff commit e5e6355
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 @@ -98,20 +98,26 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
- `Code`: Code `<code>`
- `Div`: Division `<div>`
- `Em`: Emphasis `<em>`
- `Form`: Form `<form>`
- `H1`: Heading 1 `<h1>`
- `H2`: Heading 2 `<h2>`
- `H3`: Heading 3 `<h3>`
- `Head`: Head `<head>`
- `Html`: HTML `<html>`
- `Hr`: Horizontal Rule `<hr>`
- `Img`: Image `<img>`
- `Input`: Input `<input>`
- `Label`: Label `<label>`
- `Li`: List Item `<li>`
- `Meta`: Meta `<meta>`
- `Option`: Dropdown option `<option>`
- `P`: Paragraph `<p>`
- `Pre`: Preformatted Text `<pre>`
- `Script`: Script `<script>`
- `Select`: Dropdown select `<select>`
- `Span`: Span `<span>`
- `Strong`: Strong `<strong>`
- `Textarea`: Textarea `<textarea>`
- `Title`: Title `<title>`
- `Ul`: Unordered List `<ul>`

Expand Down

0 comments on commit e5e6355

Please sign in to comment.