0.9.0 • Published 6 months ago

birdpaper-icon v0.9.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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.

0.9.0

6 months ago

0.1.0

1 year ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago