svgl-react
v1.1.4
Published
A React component library for popular SVG logos from svgl.app
Downloads
39
Maintainers
Readme
📦 svgl-react
A React component library for beautiful high-quality SVG logos from svgl.app.
🚀 Getting Started
Installation
# with npm:
npm install svgl-react
# with yarn:
yarn add svgl-react
# with pnpm:
pnpm add svgl-react
# with bun:
bun add svgl-react
Usage
import { GitHub } from "svgl-react";
const MyComponent = () => {
return (
<div>
<GitHub />
</div>
);
};
🎯 Roadmap
- [ ] Allow custom props like sizes, color, wordmark, etc.
- [ ] Optimize package (tree-shaking, etc.)
🙏 Credits
All SVG logos are from @pheralb's svgl.app project. Thank you for the amazing work!
Check out @sujjeee's svgls
CLI to add logos to your project as SVGs instead. It's awesome and was my main inspo for this project!