Coder Social home page Coder Social logo

mashanz / iconsax-svelte Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 2.52 MB

Iconsax for Svelte

Home Page: https://iconsax-svelte.vercel.app

License: MIT License

TypeScript 1.49% HTML 0.01% Svelte 98.43% JavaScript 0.07% CSS 0.01%
icon icon-pack icons iconsax svelte tailwind tailwindcss

iconsax-svelte's Introduction

STATUS: still messy because auto generate from svg list

Iconsax Svelte

iconsax-svelte

© Iconsax official website github page | This repository is inspired by iconsax-react

Preview

Iconsax Svelte Demo

Installation on Dev Dependency

npm i -D iconsax-svelte
# or
yarn add -D iconsax-svelte

Basic usage

<script>
	import { Add } from 'iconsax-svelte';
</script>

<Add size="25" color="#fff" variant="Bold" />

Properties

Prop Type Default Note
color string #fff css color
size number string 24px size={24} or size="24"
variant Linear Outline TwoTone Bulk Broken Bold Linear icons styles

License

MIT

iconsax-svelte's People

Contributors

mashanz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

iconsax-svelte's Issues

Color inherit

I want to apply dynamic color in responsive views, so this code is not working...

<div class="hidden md:flex text-red">
  <Calculator
	  size="28"
	  color="int"
	  variant={activeFeature === features.calculator ? 'Bold' : 'Linear'}
  />
</div>

can you help how to solve this?

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.