Skip to content
Koji edited this page Jan 23, 2020 · 2 revisions

LinkButton

This components has 3 properties, buttonType, link and, label buttonType "primary" | "success" | "warning" | "error" | "disabled"
link string
label string

import { NesLinkButton } from 'nes-components';
<NesLinkButton
  buttonType={'success'}
  link={'https://google.com'}
  label={'success'}
/>

NesLinkButton

Clone this wiki locally