Skip to content

Commit 4b46b88

Browse files
committed
fixup! BREAKING-CHANGE(web-twig): Remove isUnderlined prop from Link component
1 parent d40d064 commit 4b46b88

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/web-twig/src/Resources/components/Link/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ The underline is never visible, even when the link is hovered over.
6969

7070
## API
7171

72-
| Name | Type | Default | Required | Description |
73-
| -------------- | ------------------------------------------------ | --------- | -------- | ------------------------------------------------------------------------------------------ |
74-
| `color` | [Action Link Color dictionary][dictionary-color] | `primary` || Color variant |
75-
| `href` | `string` ||| Link URL |
76-
| `isDisabled` | `bool` | `false` || If true, Link is disabled |
77-
| `target` | `string` | `null` || Browsing context for the link |
78-
| `title` | `string` | `null` || Optional title to display on hover |
79-
| `underlined` | `hover` \| `always` \| `never` | `hover` || When is the link underlined |
72+
| Name | Type | Default | Required | Description |
73+
| ------------ | ------------------------------------------------ | --------- | -------- | ---------------------------------- |
74+
| `color` | [Action Link Color dictionary][dictionary-color] | `primary` || Color variant |
75+
| `href` | `string` ||| Link URL |
76+
| `isDisabled` | `bool` | `false` || If true, Link is disabled |
77+
| `target` | `string` | `null` || Browsing context for the link |
78+
| `title` | `string` | `null` || Optional title to display on hover |
79+
| `underlined` | `hover` \| `always` \| `never` | `hover` || When is the link underlined |
8080

8181
On top of the API options, the components accept [additional attributes][readme-additional-attributes].
8282
If you need more control over the styling of a component, you can use [style props][readme-style-props]

0 commit comments

Comments
 (0)