File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
boilerplate/app/components/Toggle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ interface CheckboxInputProps extends BaseToggleInputProps<CheckboxToggleProps> {
2323}
2424/**
2525 * @param {CheckboxToggleProps } props - The props for the `Checkbox` component.
26- * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Checkbox}
26+ * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Checkbox/ }
2727 * @returns {JSX.Element } The rendered `Checkbox` component.
2828 */
2929export function Checkbox ( props : CheckboxToggleProps ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ interface RadioInputProps extends BaseToggleInputProps<RadioToggleProps> {}
1717
1818/**
1919 * @param {RadioToggleProps } props - The props for the `Radio` component.
20- * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Radio}
20+ * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Radio/ }
2121 * @returns {JSX.Element } The rendered `Radio` component.
2222 */
2323export function Radio ( props : RadioToggleProps ) {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ interface SwitchInputProps extends BaseToggleInputProps<SwitchToggleProps> {
2727
2828/**
2929 * @param {SwitchToggleProps } props - The props for the `Switch` component.
30- * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Switch}
30+ * @see [Documentation and Examples]{@link https://docs.infinite.red/ignite-cli/boilerplate/app/components/Switch/ }
3131 * @returns {JSX.Element } The rendered `Switch` component.
3232 */
3333export function Switch ( props : SwitchToggleProps ) {
You can’t perform that action at this time.
0 commit comments