<LinkButton /> deprecation is not documented
See original GitHub issueDescribe the bug
<LinkButton />
deprecation is not documented, and no alternative is proposed.
To Reproduce Steps to reproduce the behavior:
Expected behavior The deprecation is not documented. I was aware of it via a console warning and couldn’t know the alternative until checking https://github.com/commercetools/ui-kit/pull/1169.
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
LinkButton - Documentation - Apple Developer
If layout is not defined, size and position are based on various factors, such as the device type, the length of the content,...
Read more >LinkButton — Godot Engine (stable) documentation in English
Simple button used to represent a link to some resource. This kind of button is primarily used when the interaction with the button...
Read more >error 'document.getelementbyid(...)' is null or not an object
I created two JavaScript functions. var a, b; function changeTo(a, b) { document.getElementById(a).
Read more >LinkButton - Adobe ActionScript® 3 (AS3 Flex) API Reference
The LinkButton control is a borderless Button control whose contents are highlighted when a user moves the mouse over it. These traits are...
Read more >LinkButton - ICEfaces - ICEfaces.org Community Wiki
This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The agreement is to add the story for this component back to the storybook and make sure the deprecation note is visible in the README.
All the other buttons are alternatives. The one mentioned in the linked PR is
<FlatButton />
.And I found out that all other buttons have also the
as
prop.