1.16.0 • Published 3 years ago

tabler-icons-svelte-with-tailwindcss v1.16.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

This library is a fork project of tabler-icons-svelte

This library provides components that export class attributes for TailwindCSS users.

tabler-icons-svelte-with-tailwindcss

A library of Svelte components for Tabler Icons.

A set of 3036 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a 2px stroke.

Installation

# npm
npm install -D tabler-icons-svelte-with-tailwindcss

tabler-icons-svelte-with-tailwindcss needs to be added as a dev dependency as Svelte requires original component source

Usage

Import components inside of the <script> and use like any other Svelte component.

Find icons:

Import Components From Package

The easiest way to use the icon components is by importing them from the package.

<script>
    import { CurrencyBitcoin, BrandGithub, CircleX } from "tabler-icons-svelte-with-tailwindcss";
</script>

<CurrencyBitcoin />
<BrandGithub />
<CircleX />

Props

The components each accept only 1 props:

PropDefault
class"h-6 w-6 stroke-current stroke-2"

License

MIT

1.15.0

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.0

3 years ago

1.16.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.11.0

3 years ago

1.10.0

3 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago