Skip to content

Commit 2b7e1d6

Browse files
committed
Touch up element list on readme
1 parent 6bff164 commit 2b7e1d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
112112
- `Header`: Header `<header>`
113113
- `Html`: HTML `<html>`
114114
- `Hr`: Horizontal Rule `<hr>`
115-
- `I`: Idiomatic Text `<i>` - _Coming Next Release_
115+
- `I`: Idiomatic Text `<i>`
116116
- `Img`: Image `<img>`
117117
- `Input`: Input `<input>`
118118
- `Label`: Label `<label>`
@@ -130,16 +130,16 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth
130130
- `Select`: Dropdown select `<select>`
131131
- `Span`: Span `<span>`
132132
- `Strong`: Strong `<strong>`
133+
- `Table`: Table `<table>`
134+
- `TBody`: Table Body `<tbody>`
135+
- `Td`: Table Cell `<td>`
133136
- `Textarea`: Textarea `<textarea>`
137+
- `TFoot`: Table Footer `<tfoot>`
138+
- `Th`: Table Header Cell `<th>`
139+
- `THead`: Table Header `<thead>`
134140
- `Title`: Title `<title>`
141+
- `Tr`: Table Row `<tr>`
135142
- `Ul`: Unordered List `<ul>`
136-
- `Table`: Table `<table>`
137-
- `THead`: Table's header `<thead>`
138-
- `TBody`: Table's body `<tbody>`
139-
- `TFoot`: Table's footer `<tfoot>`
140-
- `Tr`: Row of cells `<tr>`
141-
- `Th`: Header cell `<th>`
142-
- `Td`: Data cell `<td>`
143143

144144
### Setting Styles with the styles Subpackage
145145

0 commit comments

Comments
 (0)