Button which can render an icon.
// to render a button element <Button type="button" icon={IconName.X} /> // to render an anchor element <Button path="/home" icon={IconName.X} /> Copy
// to render a button element <Button type="button" icon={IconName.X} /> // to render an anchor element <Button path="/home" icon={IconName.X} />
Generated using TypeDoc
Button which can render an icon.