Skip to content

Commit aeab6e8

Browse files
author
Alexis Córdova
authored
Add Styling Hooks table to Input docs (#4552)
1 parent 4596a17 commit aeab6e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/components/input/docs.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Blockquote from '../../../shared/components/Blockquote';
44
import * as InputExamples from './base/example';
55
import { getDisplayElementById } from '../../shared/helpers';
66
import { MobileNotice, MobileBlurb } from '../../shared/doc-text';
7+
import StylingHooksTable from '../../../shared/components/StylingHooksTable';
78

89
<div className="doc lead">Text inputs are used for freeform data entry</div>
910

@@ -137,3 +138,7 @@ By only using the traditional `label[for]` method, the fixed text is never read
137138
<CodeView>
138139
{getDisplayElementById(InputExamples.examples, 'field-level-help')}
139140
</CodeView>
141+
142+
## Styling Hooks Overview
143+
144+
<StylingHooksTable name="input" type="component" />

0 commit comments

Comments
 (0)