Link
A component for displaying a link.
#
ExampleLive Editor
Result
#
Options- href |
string (required)
: URL of website to link to. Default:none
. - target |
string
: defines where link is opened: set to_blank
for new window,_self
own frame,_parent
for parent,_top
for full body of window, or the name of the frame. Default:'_blank'
. - className |
string
: class name. Default:''
. - style |
object
: CSS inline styles. Default:{}
.