0.0.0 • Published 4 years ago
@qlue-ui/icon-kit v0.0.0
Quick Start
- Download icon from UI/UX team, whatever the format icon
(SVG|PNG|JPG)
but preferSVG
for dynamic custom element - Put your Icon in diretory
assets
- 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 />;
}
0.0.0
4 years ago