naive-ui/demo/documentation/components/alert/enUS/icon.demo.md
2020-11-07 00:07:02 +08:00

465 B

Icon

<n-alert title="Back in the U.S.S.R.">
  <template v-slot:icon>
    <n-icon>
      <ios-airplane />
    </n-icon>
  </template>
  Well the Ukraine girls really knock me out<br />
  They leave the West behind<br />
  And Moscow girls make me sing and shout<br />
  That Georgia's always on my mind<br />
  Aw come on!
</n-alert>
import {
  IosAirplane,
} from '@vicons/ionicons-v4'

export default {
  components: {
    IosAirplane
  }
}