1.1.4 • Published 1 year ago

svgl-react v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

📦 svgl-react

A React component library for beautiful high-quality SVG logos from svgl.app.

svgl-react-compressed

🚀 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!

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago