Giter Site home page Giter Site logo

njirolu / vixatica-icons Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 392 KB

๐ŸŽจ Embark on a visual journey with Vixatica Icons โ€“ a meticulously curated collection of captivating open-source icons. ๐Ÿš€

Home Page: https://vixaticaicons.vercel.app/

License: MIT License

JavaScript 24.08% TypeScript 74.85% EJS 1.07%
icons mitosis react solid svelte vue

vixatica-icons's Introduction

Vixaticaicons

Exclusive Icon library for Various UI Needs!
Offered as fundamental SVG icons and through official libraries for React, Vue, Svelte and Solid libraries.

Browse at Vixatica Icons โ†’

React

First, install @vixatica-icons/react from npm:

npm install @vixatica-icons/react

Now each icon can be imported individually as a React component:

import { AddOutline } from '@vixatica-icons/react'

function MyComponent() {
  return (
    <div>
      <AddOutline color={'red'} height={1000} width={1000} />
      <p>...</p>
    </div>
  )
}

Vue

Note that this library currently only supports Vue 3.

First, install @vixatica-icons/vue from npm:

npm install @vixatica-icons/vue

Now each icon can be imported individually as a Vue component:

<template>
  <div>
     <AddOutline :height="1000" :width="1000" :color="'red'" />
    <p>...</p>
  </div>
</template>

<script setup>
import { AddOutline } from '@vixatica-icons/vue'
</script>

Svelte

First, install @vixatica-icons/svelte from npm:

npm install @vixatica-icons/svelte

Now each icon can be imported individually as a Svelte component:

<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>

<AddOutline color='red' height={32} width={32} />

<script lang="ts">
    import { AddOutline } from "@cavitiaxaicons/svelte";
</script>

Solid

First, install @vixatica-icons/solid from npm:

npm install @vixatica-icons/solid

Now each icon can be imported individually as a Solid component:

import { AddOutline } from '@vixatica-icons/solid'

function MyComponent() {
  return (
    <div>
      <AddOutline color={'red'} height={1000} width={1000} />
      <p>...</p>
    </div>
  )
}

License

This library is MIT licensed.

vixatica-icons's People

Contributors

njirolu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.