birdpaper-icon
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i birdpaper-icon

Weekly Downloads

31

Version

0.9.0

License

MIT

Unpacked Size

28.1 MB

Total Files

21432

Last publish

Collaborators

  • birdpaper