flowbite-qwik-icons
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

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>
})

Package Sidebar

Install

npm i flowbite-qwik-icons

Weekly Downloads

392

Version

0.1.8

License

MIT

Unpacked Size

1.38 MB

Total Files

547

Last publish

Collaborators

  • xqwikerx