Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Aug 12, 2024
1 parent b3521ab commit a8e9981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The `ilw-tabs` component has the following attributes:
```html
<h2 id="tab-header">Programs</h2>
<ilw-tabs aria-labelledby="tab-header">
<div slot="tabs">
<div slot="tabs" role="tablist">
<button role="tab" aria-controls="tab-panel1" id="tab-button1">Degree Programs</button>
<button role="tab" aria-controls="tab-panel2" id="tab-button2">Non-degree Programs</button>
<button role="tab" aria-controls="tab-panel3" id="tab-button3">Classroom Experience</button>
Expand Down

0 comments on commit a8e9981

Please sign in to comment.