diff --git a/components/doc/checkbox/apidoc.js b/components/doc/checkbox/apidoc.js index 644ab784f9..7e5f40f9de 100644 --- a/components/doc/checkbox/apidoc.js +++ b/components/doc/checkbox/apidoc.js @@ -1,7 +1,7 @@ -import Link from "next/link"; -import { CodeHighlight } from "../common/codehighlight"; -import { DevelopmentSection } from "../common/developmentsection"; -import { DocSectionText } from "../common/docsectiontext"; +import Link from 'next/link'; +import { CodeHighlight } from '../common/codehighlight'; +import { DevelopmentSection } from '../common/developmentsection'; +import { DocSectionText } from '../common/docsectiontext'; export function ApiDoc(props) { return ( @@ -155,7 +155,9 @@ export function ApiDoc(props) {
Following is the list of structural style classes, for theming classes visit theming page.
++ Following is the list of structural style classes, for theming classes visit theming page. +
None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/checkbox/basicdoc.js b/components/doc/checkbox/basicdoc.js index 5229a922c5..590b9b13c2 100644 --- a/components/doc/checkbox/basicdoc.js +++ b/components/doc/checkbox/basicdoc.js @@ -1,7 +1,7 @@ -import { useState } from "react"; -import { Checkbox } from "../../lib/checkbox/Checkbox"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { useState } from 'react'; +import { Checkbox } from '../../lib/checkbox/Checkbox'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function BasicDoc(props) { const [checked, setChecked] = useState(false); @@ -42,9 +42,9 @@ export default function BasicDemo() { Checkbox is used as a controlled input with checked and onChange properties.{props.children}
} > ); -} \ No newline at end of file +} diff --git a/components/doc/inputswitch/apidoc.js b/components/doc/inputswitch/apidoc.js index 6d5183fbef..1b8c32e0fe 100644 --- a/components/doc/inputswitch/apidoc.js +++ b/components/doc/inputswitch/apidoc.js @@ -1,7 +1,7 @@ -import Link from "next/link"; -import { CodeHighlight } from "../common/codehighlight"; -import { DevelopmentSection } from "../common/developmentsection"; -import { DocSectionText } from "../common/docsectiontext"; +import Link from 'next/link'; +import { CodeHighlight } from '../common/codehighlight'; +import { DevelopmentSection } from '../common/developmentsection'; +import { DocSectionText } from '../common/docsectiontext'; export function ApiDoc(props) { return ( @@ -162,8 +162,8 @@ export function ApiDoc(props) {- InputSwitch component uses a hidden native checkbox element with switch role internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined - with inputId prop or using aria-labelledby, aria-label props. + InputSwitch component uses a hidden native checkbox element with switch role internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with{' '} + inputId prop or using aria-labelledby, aria-label props.
None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/inputswitch/basicdoc.js b/components/doc/inputswitch/basicdoc.js index 902c00f99e..532fd05d27 100644 --- a/components/doc/inputswitch/basicdoc.js +++ b/components/doc/inputswitch/basicdoc.js @@ -1,7 +1,7 @@ -import { useState } from "react"; -import { InputSwitch } from "../../lib/inputswitch/InputSwitch"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { useState } from 'react'; +import { InputSwitch } from '../../lib/inputswitch/InputSwitch'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function BasicDoc(props) { const [checked, setChecked] = useState(false); @@ -46,5 +46,5 @@ export default function BasicDemo() {- InputText component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using{' '} - aria-labelledby, aria-label props. + InputText component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using aria-labelledby,{' '} + aria-label props.
None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/inputtext/basicdoc.js b/components/doc/inputtext/basicdoc.js index 98f966c529..e52849a08d 100644 --- a/components/doc/inputtext/basicdoc.js +++ b/components/doc/inputtext/basicdoc.js @@ -1,7 +1,7 @@ -import { useState } from "react"; -import { InputText } from "../../lib/inputtext/InputText"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { useState } from 'react'; +import { InputText } from '../../lib/inputtext/InputText'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function BasicDoc(props) { const [value, setValue] = useState(''); @@ -46,5 +46,5 @@ export default function BasicDemo() {None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/inputtextarea/autoresizedoc.js b/components/doc/inputtextarea/autoresizedoc.js index f34b9ba8e9..a3715e2fa4 100644 --- a/components/doc/inputtextarea/autoresizedoc.js +++ b/components/doc/inputtextarea/autoresizedoc.js @@ -1,7 +1,7 @@ -import { useState } from "react"; -import { InputTextarea } from "../../lib/inputtextarea/InputTextarea"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { useState } from 'react'; +import { InputTextarea } from '../../lib/inputtextarea/InputTextarea'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function AutoResizeDoc(props) { const [value, setValue] = useState(''); @@ -38,13 +38,11 @@ export default function AutoResizeDemo() { return ( <> -- RadioButton component uses a hidden native radio button element internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with inputId{' '} - prop or using aria-labelledby, aria-label props. + RadioButton component uses a hidden native radio button element internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with inputId prop or + using aria-labelledby, aria-label props.
None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/radiobutton/disableddoc.js b/components/doc/radiobutton/disableddoc.js index bff9dbbcc2..c100826665 100644 --- a/components/doc/radiobutton/disableddoc.js +++ b/components/doc/radiobutton/disableddoc.js @@ -1,6 +1,6 @@ -import { RadioButton } from "../../lib/radiobutton/RadioButton"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { RadioButton } from '../../lib/radiobutton/RadioButton'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function DisabledDoc(props) { const code = { @@ -37,5 +37,5 @@ export default function DisabledDemo() {- Slider element component uses slider role on the handle in addition to the aria-orientation, aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can - be defined using + Slider element component uses slider role on the handle in addition to the aria-orientation, aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be + defined using aria-labelledby and aria-label props.
None.
> - ) -} \ No newline at end of file + ); +} diff --git a/components/doc/slider/basicdoc.js b/components/doc/slider/basicdoc.js index 421663a645..753b209d3e 100644 --- a/components/doc/slider/basicdoc.js +++ b/components/doc/slider/basicdoc.js @@ -1,7 +1,7 @@ -import { useState } from "react"; -import { Slider } from "../../lib/slider/Slider"; -import { DocSectionText } from "../common/docsectiontext"; -import { DocSectionCode } from "../common/docsectioncode"; +import { useState } from 'react'; +import { Slider } from '../../lib/slider/Slider'; +import { DocSectionText } from '../common/docsectiontext'; +import { DocSectionCode } from '../common/docsectioncode'; export function BasicDoc(props) { const [value, setValue] = useState(null); @@ -46,5 +46,5 @@ export default function BasicDemo() {