Skip to content

Commit

Permalink
feat: ✨ Maj 1.12.0 le composant tuile
Browse files Browse the repository at this point in the history
prend en compte la classe enlarge-button
  • Loading branch information
DaBadBunny authored and laruiss committed Jul 16, 2024
1 parent 6ba6161 commit 18ceb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DsfrTile/DsfrTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const isExternalLink = computed(() => {
'fr-tile--no-background': noBackground,
'fr-tile--shadow': shadow,
'fr-tile--grey': grey,
'fr-enlarge-button': enlarge,
}]"
>
<div class="fr-tile__body">
Expand Down
1 change: 1 addition & 0 deletions src/components/DsfrTile/DsfrTiles.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type DsfrTileProps = {
shadow?: boolean
noBackground?: boolean
grey?: boolean
enlarge?: boolean
}

export type DsfrTilesProps = {
Expand Down

0 comments on commit 18ceb58

Please sign in to comment.