1.1.76 • Published 7 months ago

@jhonatan0912/gicons-v2 v1.1.76

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

7 months ago

1.1.75

7 months ago

1.1.73

7 months ago

1.1.72

8 months ago

1.1.71

8 months ago

1.1.70

8 months ago

1.1.69

8 months ago

1.1.68

8 months ago

1.1.67

8 months ago

1.1.66

9 months ago

1.1.65

9 months ago

1.1.64

9 months ago

1.1.63

9 months ago

1.1.62

9 months ago

1.1.61

9 months ago

1.1.60

9 months ago

1.1.59

9 months ago

1.1.58

9 months ago

1.1.57

9 months ago

1.1.56

9 months ago

1.1.55

9 months ago

1.1.54

9 months ago

1.1.53

9 months ago

1.1.52

9 months ago

1.1.51

9 months ago

1.1.50

9 months ago

1.1.49

9 months ago

1.1.48

9 months ago

1.1.47

9 months ago

1.1.46

9 months ago

1.1.45

9 months ago

1.1.44

9 months ago

1.1.43

9 months ago

1.1.42

9 months ago

1.1.41

9 months ago

1.1.40

9 months ago

1.1.39

9 months ago

1.1.38

9 months ago

1.1.37

9 months ago

1.1.36

9 months ago

1.1.35

9 months ago

1.1.34

9 months ago

1.1.33

9 months ago

1.1.32

9 months ago

1.1.31

9 months ago

1.1.30

9 months ago

1.1.29

9 months ago

1.1.28

9 months ago

1.1.27

9 months ago

1.1.26

9 months ago

1.1.25

9 months ago

1.1.24

9 months ago

1.1.23

9 months ago

1.1.22

9 months ago

1.1.21

9 months ago

1.1.20

9 months ago

1.1.19

9 months ago

1.1.18

9 months ago

1.1.17

9 months ago

1.1.16

9 months ago

1.1.15

9 months ago

1.1.13

9 months ago

1.1.12

10 months ago

1.1.11

10 months ago

1.1.10

10 months ago

1.1.9

10 months ago

1.1.8

10 months ago

1.1.7

10 months ago

1.1.6

10 months ago

1.1.5

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.36

10 months ago

1.0.34

10 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

10 months ago

1.0.30

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.26

10 months ago

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.2

10 months ago