mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 18:59:29 +01:00
Write docs for Vue
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<script setup>
|
||||
import {
|
||||
CakeSlice,
|
||||
Candy,
|
||||
Apple,
|
||||
Cookie,
|
||||
Martini,
|
||||
IceCream2,
|
||||
Sandwich,
|
||||
Wine,
|
||||
Dessert,
|
||||
} from "lucide-vue-next";
|
||||
|
||||
import "./icon.css";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="grid">
|
||||
<CakeSlice />
|
||||
<Candy />
|
||||
<Apple />
|
||||
<Cookie />
|
||||
<Martini />
|
||||
<IceCream2 />
|
||||
<Sandwich />
|
||||
<Wine />
|
||||
<Dessert />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user