0.9.0 • Published 6 months ago
birdpaper-icon v0.9.0
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-icon
Use
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.