1.1.11 • Published 6 months ago

@wovosoft/wovoui-icons v1.1.11

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months 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

6 months ago

1.1.10

6 months ago

1.1.9

1 year ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.0.6

2 years ago

1.1.4

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

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