@ipohjs/qwik-svg

0.0.2 • Public • Published

@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

Package Sidebar

Install

npm i @ipohjs/qwik-svg

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

9.36 kB

Total Files

6

Last publish

Collaborators

  • motss