Sha256: 9a78d972538c9d37431eb7333a6514f57b6a3a1871620a916dd19f31f852f0fb
Contents?: true
Size: 444 Bytes
Versions: 1781
Compression:
Stored size: 444 Bytes
Contents
The `link` prop accepts a string that is used as an href value and causes the button to act as a link. The default behavior of a link is to open in the current window. You can optionally alter the link behavior by adding the `newWindow` prop (boolean), which will open the link in a new window, or by calling the `target` prop, which accepts `_self`, `_blank`, `_parent`, `_top`, `child`, or any string, allowing you to specify any link target.
Version data entries
1,781 entries across 1,781 versions & 2 rubygems