You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/DsfrTile/DsfrTile.stories.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ export default {
27
27
control: 'boolean',
28
28
description: 'Permet le basculement de la tuile en mode horizontal',
29
29
},
30
+
disabled: {
31
+
control: 'boolean',
32
+
description: 'Permet de rendre la tuile désactivée et non-cliquable',
33
+
},
30
34
to: {
31
35
control: 'text',
32
36
description: 'Lien vers lequel la tuile pointe. Peut être une string ou objet à donner à `RouterLink` ou un lien externe (`string` commençant par `"http"`)',
0 commit comments