1.1.76 • Published 12 months ago

@jhonatan0912/gicons-v2 v1.1.76

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

gicons-v2

gicons-v2 is a Vue 2 icon library that provides a set of vector icons, allowing easy integration and customization in your Vue 2 applications.

Installation

You can install gicons-v2 using npm:

With npm

npm install @jhonatan0912/gicons-v2

Usage

Basic Example

<template>
  <div>
    <GIcon name="Burger" size="md" color="black" />
    <GIcon name="Search" size="md" color="black" hover />
  </div>
</template>

<script>
import { GIcon } from "@jhonatan0912/gicons-v2";

export default {
  components: {
    GIcon,
  },
};
</script>

Props

PropTypeDefaultDescription
nameString(required)Icon name to display (e.g., "Burger", "Search").
sizeString'md'Size of the icon ('sm', 'md', 'lg', etc.).
hoverBooleanfalseEnables hover effect.
activeBooleanfalseIndicates active state.
selectedBooleanfalseIndicates selected state.
colorString'--p-text-primary'Icon color (CSS variable or valid color value).
hoverColorString'--p-secondary-low-shade'Icon color on hover (CSS variable or valid color).
rotateNumber0Rotates the icon in degrees.

Events

EventDescription
clickEmitted when the icon is clicked.

Contributing

If you want to contribute to gicons-v2, please follow these steps:

  1. Fork this repository.
  2. Create a new branch for your feature:
    git checkout -b feature-new-feature
  3. Make your changes and commit them:
    git commit -am 'Add new feature'
  4. Push your branch to your fork:
    git push origin feature-new-feature
  5. Open a Pull Request on the main repository.

License

This project is licensed under the MIT License.


Repository

1.1.76

12 months ago

1.1.75

12 months ago

1.1.73

12 months ago

1.1.72

1 year ago

1.1.71

1 year ago

1.1.70

1 year ago

1.1.69

1 year ago

1.1.68

1 year ago

1.1.67

1 year ago

1.1.66

1 year ago

1.1.65

1 year ago

1.1.64

1 year ago

1.1.63

1 year ago

1.1.62

1 year ago

1.1.61

1 year ago

1.1.60

1 year ago

1.1.59

1 year ago

1.1.58

1 year ago

1.1.57

1 year ago

1.1.56

1 year ago

1.1.55

1 year ago

1.1.54

1 year ago

1.1.53

1 year ago

1.1.52

1 year ago

1.1.51

1 year ago

1.1.50

1 year ago

1.1.49

1 year ago

1.1.48

1 year ago

1.1.47

1 year ago

1.1.46

1 year ago

1.1.45

1 year ago

1.1.44

1 year ago

1.1.43

1 year ago

1.1.42

1 year ago

1.1.41

1 year ago

1.1.40

1 year ago

1.1.39

1 year ago

1.1.38

1 year ago

1.1.37

1 year ago

1.1.36

1 year ago

1.1.35

1 year ago

1.1.34

1 year ago

1.1.33

1 year ago

1.1.32

1 year ago

1.1.31

1 year ago

1.1.30

1 year ago

1.1.29

1 year ago

1.1.28

1 year ago

1.1.27

1 year ago

1.1.26

1 year ago

1.1.25

1 year ago

1.1.24

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year 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.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.36

1 year ago

1.0.34

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.2

1 year ago