0.1.5 • Published 12 months ago

@rdub/icons v0.1.5

Weekly downloads
-
License
-
Repository
gitlab
Last release
12 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

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago