File tree 1 file changed +8
-8
lines changed
packages/web-twig/src/Resources/components/Link
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,14 @@ The underline is never visible, even when the link is hovered over.
69
69
70
70
## API
71
71
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 |
80
80
81
81
On top of the API options, the components accept [ additional attributes] [ readme-additional-attributes ] .
82
82
If you need more control over the styling of a component, you can use [ style props] [ readme-style-props ]
You can’t perform that action at this time.
0 commit comments