Skip to content

Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Vue

Notifications You must be signed in to change notification settings

qwikerx/flowbite-qwik-icons

Repository files navigation

Flowbite Qwik Icon Components

Include popular Flowbite icons easily in your Qwik projects with `flowbite-qwik-icons` 🚀

Total Downloads Latest release License


Installation

Simply install the package with your package manager of choice:

npm i flowbite-qwik-icons
yarn add flowbite-qwik-icons
pnpm add flowbite-qwik-icons

Usage

Icon size and color are inherited by default

import { IconVolumeUpSolid } from 'flowbite-qwik-icons'

export const MyComponent = component$(() => {
  return (
    <div style={{ color: 'red', fontSize: '40px' }}>
      <IconVolumeUpSolid />
    </div>
  )
})

Icon can be used as component props

import { IconVolumeUpSolid } from 'flowbite-qwik-icons'

export const MyComponent = component$(() => {
  return <Button prefix={IconVolumeUpSolid}>Next</Button>
})

About

Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Vue

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published