1.0.7 â€ĸ Published 5 months ago

@ridemountainpig/svgl-react v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Svgl React

Svgl React is an open-source npm package that offers a collection of high-quality brand SVG logos as reusable React components with complete TypeScript support.

You can easily use these logos in your React, Next.js, or other frontend projects, with built-in support for both light and dark variants.

This package is powered by the official pheralb/svgl repository.

✨ Features

  • Fully typed React components via @svgr
  • Light and dark mode variants when available
  • Tree-shakable — import only what you use

đŸ“Ļ Installation

npm install @ridemountainpig/svgl-react
# or
yarn add @ridemountainpig/svgl-react
# or
pnpm add @ridemountainpig/svgl-react
# or
bun add @ridemountainpig/svgl-react

🚀 Usage

Visit the Svgl Components page to explore the available Svgl components. You can search for components by pressing ⌘ + k and entering the SVG name. If you're unsure which SVGs are available, visit Svgl to find the one you need.

import { Svgl } from "@ridemountainpig/svgl-react";

export default function SvglReact() {
  return <Svgl />;
}

📄 Documentation

Find the Svgl components and examples in the documentation.

🌱 Eco-system

ÂŠī¸ License

MIT License Š Yen Cheng Lin

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago