JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q61659F
  • License MIT

Stream-able and resumable SVG component, built with Qwik

Package Exports

  • @ipohjs/qwik-svg

Readme

@ipohjs/qwik-svg

SVG component used in @ipohjs, built with Qwik.


Buy me a coffee Follow me

npm-latest MIT License

Downloads Total downloads

Dependencies ci publish codecov

Code of Conduct

Yet another SVG component built with Qwik.

The stream-able and resumable UI component you will ever need. Visit @ipohjs/webui for more components.

Pre-requisite

Install

# Install via npm
$ pnpm install @ipohjs/qwik-svg

# Install via pnpm
$ pnpm install @ipohjs/qwik-svg

Usage

@ipohjs/qwik-svg

import { QwikSvg } from '@ipohjs/qwik-svg';

export const Main = component$(() => {
  return (
    <main>
      <QwikSvg aria-label="this is an arrow dropdown icon">
        <path d="M0 0h24v24H0z" fill="none" />
        <path d="M7 10l5 5 5-5z" />
      </QwikSvg>
    </main>
  );
});

License

MIT License © @ipohjs/core-team