File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export namespace AlertProps {
6565 export type Severity = ExtractSeverity < FrClassName > ;
6666}
6767
68- /** @see <https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/alerte > */
68+ /** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-alert > */
6969export const Alert = memo (
7070 forwardRef < HTMLDivElement , AlertProps > ( ( props , ref ) => {
7171 const {
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export type DisplayProps = {
1414 className ?: string ;
1515} ;
1616
17+ /** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-darkmodeswitch> */
1718export const DarkModeSwitch = memo (
1819 forwardRef < HTMLButtonElement , DisplayProps > ( ( props , ref ) => {
1920 const { className, ...rest } = props ;
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export namespace TabsProps {
4141 } ;
4242}
4343
44- /** @see <https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/onglets > */
44+ /** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-tabs > */
4545export const Tabs = memo (
4646 forwardRef < HTMLDivElement , TabsProps > ( ( props , ref ) => {
4747 const {
You can’t perform that action at this time.
0 commit comments