StyleLink
Roughly equivalent to
<link rel="stylesheet">, with some extra features.Props
The same as HTML
<link>, except for the following:relis not available, as it is always set to"stylesheet".asis not available.defer: Iftrue, the stylesheet will be deferred to load at a later (unspecified) point in time. The current implementation loads the stylesheet only after the page has been hydrated.