@muhammetalifidan/untitledui-vue
v0.0.1
Published
Unofficial Vue 3 port of Untitled UI Icons
Downloads
221
Maintainers
Readme
Untitled UI Icons - Vue 3 (Community Port)
Unofficial Vue 3 port of the Untitled UI Icons library. This package is automatically generated from the official SVG sources using a custom build script.
Installation
npm install @muhammetalifidan/untitledui-vue
# or
pnpm add @muhammetalifidan/untitledui-vueUsage
You can import icons directly as Vue components.
<script setup>
import { Home01, AlertCircle, ShoppingCart01 } from '@muhammetalifidan/untitledui-vue'
</script>
<template>
<div class="icons">
<Home01 />
<AlertCircle size="32" color="#F04438" />
<ShoppingCart01 stroke-width="1.5" />
<Home01 class="w-6 h-6 text-gray-500 hover:text-gray-900" />
</div>
</template>Props
All icons accept the following props:
| Prop | Type | Default | Description |
| ------------- | ------------------- | -------------- | ----------------------------- |
| size | String / Number | 24 | Width and height of the icon. |
| color | String | currentColor | Stroke color of the icon. |
| strokeWidth | String / Number | 2 | Thickness of the icon stroke. |
License
This project is licensed under the MIT License. Icons are designed by Untitled UI.
