1.1.11 • Published 2 years ago

@wovosoft/wovoui-icons v1.1.11

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Bootstrap Icons

wovoui-icons are imported from Bootstrap 5 icons. There are more than 1800 icons. And in the future, if Bootstrap provides some more icons, those will be available too as soon as possible.

Getting Started

DOCUMENTATION

Installation

Using NPM

npm install @wovosoft/wovoui-icons 

Using yarn

yarn add @wovosoft/wovoui-icons

Using Icons as Vue Component

Icon Components use SVGs provided by bootstrap-icons. So, importing bootstrap-icon style is optional.

<template>
    <Activity :size="5"/>
    <Alarm :size="5"/>
</template>
<script>
import {Activity, Alarm} from "@wovosoft/wovoui-icons";

export default {
    components: {Activity, Alarm}
}
</script>

Using Icons by CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
import "bootstrap-icons"
<template>
    <Bi icon="alarm"/>
</template>
<script>
import {Bi} from "@wovosoft/wovoui-icons";

export default {
    components: {Bi}
}
</script>
1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.0.6

3 years ago

1.1.4

3 years ago

1.0.5

3 years ago

1.1.3

3 years ago

1.0.4

3 years ago

1.1.2

3 years ago

1.0.3

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago