import {} from "@wfp/react"; () => { return <el pageWidth="lg" />; };
string
The CSS class name to be placed on the wrapping element.
"sm" |"md" |"lg" |"full"
Specify the max-width on desktop devices (same as Wrapper component)
Wrapper
import { Link } from "@wfp/react"; () => { return <Link />; };
Provide the href for the link element
ReactNode
Provide the content for the link element
boolean
Adds an underline to the link element to better indicate that it is clickable in continuous text.
Disables the link element.
Indicates that the link has been visited.
"sm" |"md" |"lg"
Choose a size for the link element
Use a solid prop for link element on a solid background
string |number |boolean |ReactElement<any,string |JSXElementConstructor<any>> |Iterable<ReactNode> |... 4 more ... |FunctionComponent<...>
Use an icon with the link element