Bootstrap Icons
Just a simple integration for Bootstrap Icons
Installation
npm i -D nuxt-bootstrap-icons
Setup
Add the following lines to the modules section of nuxt.config.{ts,js}
modules: ['@formkit/auto-animate/nuxt'],
bootstrapIcons: {
display: 'inline',
},
Demo
BootstrapIcons.vue
<template>
<BootstrapIcon name="airplane-engines-fill" />
<BootstrapIcon name="train-front" />
</template>
You can use any name from the https://icons.getbootstrap.com/ collection