birdpaper-icon
v0.9.2
Published
基于 Remix icon 生成的 Vue3 图标组件库
Readme
This is an open source Vue3 component based on the excellent Icon library - RemixIcon second development, for learning and reference use only, thanks to the Remix Design team.
Getting Started
You need install first it.
npm install birdpaper-iconUse
In your main.js file.
import { createApp } from "vue";
import App from "./App.vue";
import BirdpaperIcon from "birdpaper-icon";
import "birdpaper-icon/dist/index.css";
const app = createApp(App);
app.use(BirdpaperIcon).mount("#app");For more information, you need to visit the 官方文档
License
birdpaper-icon use at MIT open source licenses.
