naive-ui/demo/documentation/components/button/enUS/text.demo.md
07akioni 487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00

412 B

Text Button

Somebody also calls it link button.

<n-button
  text
  size="large"
>
  <template v-slot:icon>
    <n-icon>
      <train-outline />
    </n-icon>
  </template>
  The Engine is Still Spiting Smoke
</n-button>
import trainOutline from 'naive-ui/lib/icons/train-outline'

export default {
  components: {
    trainOutline
  }
}
.n-button {
  margin: 0 12px 8px 0;
}