-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f2f930
commit 19c0df7
Showing
2 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
import { DevelopmentSection } from '@/components/doc/common/developmentsection'; | ||
import { DocSectionText } from '@/components/doc/common/docsectiontext'; | ||
|
||
export function AccessibilityDoc() { | ||
return ( | ||
<DevelopmentSection> | ||
<DocSectionText id="accessibility" label="Accessibility"> | ||
<h6>Screen Reader</h6> | ||
<p> | ||
Ripple element has the <i>aria-hidden</i> attribute as true so that it gets ignored by the screen readers. | ||
</p> | ||
<DocSectionText id="accessibility" label="Accessibility"> | ||
<h6>Screen Reader</h6> | ||
<p> | ||
Ripple element has the <i>aria-hidden</i> attribute as true so that it gets ignored by the screen readers. | ||
</p> | ||
|
||
<h6>Keyboard Support</h6> | ||
<p>Component does not include any interactive elements.</p> | ||
</DocSectionText> | ||
</DevelopmentSection> | ||
<h6>Keyboard Support</h6> | ||
<p>Component does not include any interactive elements.</p> | ||
</DocSectionText> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters