naive-ui/demo/documentation/components/button/enUS/ghost.demo.md

369 B

Ghost

Ghost button has transparent background.

<n-space>
  <n-button ghost>Default</n-button>
  <n-button type="primary" ghost>Primary</n-button>
  <n-button type="info" ghost>Info</n-button>
  <n-button type="success" ghost>Success</n-button>
  <n-button type="warning" ghost>Warning</n-button>
  <n-button type="error" ghost>Error</n-button>
</n-space>