Skip to Content
VueNPM PackageStyle the IconsRemove Padding

Remove Padding

Remove the default 2px padding around icons for a tighter fit:

<script setup> import { Alarm } from '@boxicons/vue'; </script> <template> <Alarm :removePadding="true" /> </template>