0.1.11 • Published 4 years ago
garicons v0.1.11
Garicons
Open source Animated SVG Feather Icons
Shout Out
Feather by Cole Bemis ✊🏿
Installation
npm install garicons
Usage
import into your NgModules
@NgModule({
imports:[
GariconsModule,
...
]
Access them anywhere.
<gcon-battery
[isCharging]="false"
[dimension]="30"
[strokeWidth]="2"
[animationAction]="'hover'"
>
</gcon-battery>
Features
Inputs shared by all icons
- dimensions: number
- strokeWidth: number
- animationAction: 'hover' | 'onload' - more to come!
All inputs have a defualt value if not assigend when declearin thecmppnent in your template, thus you can just write this
<gcon-battery> </gcon-battery>
Some icons have bespoke inputs, each of these will be elaborated on in the documentation
Releases
0.1.11
4 years ago
0.1.10
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
5 years ago
0.1.2
5 years ago
0.1.3
5 years ago
0.1.0
5 years ago
0.1.1
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago