0.0.0 • Published 4 years ago

@qlue-ui/icon-kit v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Quick Start

  1. Download icon from UI/UX team, whatever the format icon (SVG|PNG|JPG) but prefer SVG for dynamic custom element
  2. Put your Icon in diretory assets
  3. And the last one, run command yarn build and automatically icon will be generated

How to use

import { Camera } from "@qlue/icon-kit";

export default function MyPage() {
  return <Camera />;
}