0.1.5 • Published 10 months ago

@rdub/icons v0.1.5

Weekly downloads
-
License
-
Repository
gitlab
Last release
10 months ago

@rdub/icons

React components for various logos and icons.

@rdub/icons on NPM

import { icons } from "@rdub/icons"
import { Tooltip } from "@mui/material"

// MUI Tooltips, customizable via themes
export const { AWS, Bash, Docker } = icons({ TooltipC: Tooltip })

// Or use without MUI Tooltips ("title" attrs are embedded as <title> tags in SVGs)
import { AWS, Bash, Docker } from "@rdub/icons"

In Nextjs, add this package to transpilePackages:

// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
  transpilePackages: ['@rdub/icons'],
  // ...
}

Examples:

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

11 months ago

0.1.0

11 months ago