# react-podfonts

> Font Icons for Podcasters.

Latest version **1.0.2** (published 2019-04-27) · CC-BY-4.0 license · 0 weekly downloads

## Install

```sh
npm install react-podfonts
pnpm add react-podfonts
yarn add react-podfonts
bun add react-podfonts
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-04-27 |
| First published | 2019-04-27 |
| Weekly downloads | 0 |
| License | CC-BY-4.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 98.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Nicolas Marcora |
| Maintainers | nmarcora |
| Keywords | podcast, font, fonts, icons, podcaster |

## Links

- npm: https://www.npmjs.com/package/react-podfonts
- Repository: https://github.com/whitefish-creative-ltd/react-podfonts
- Homepage: https://github.com/whitefish-creative-ltd/react-podfonts#readme
- Issues: https://github.com/whitefish-creative-ltd/react-podfonts/issues
- npm.io page: https://npm.io/package/react-podfonts

## Dependencies (1)

- [react](https://npm.io/package/react.md) ^16.8.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2019-04-27
- 1.0.1 — 2019-04-27
- 1.0.0 — 2019-04-27

## README

# react-podfonts

Font Icons for Podcasters.

For more info and a list of all available icons, visit: [podfonts.com](https://podfonts.com)

## How to install

```bash
npm i react-podfonts
```

## How to use

```jsx
import React from 'react'
import Podfont from 'react-podfonts'

const App = props =>
  <div>
    <Podfont size='1x' icon="apple-podcasts" />
    <Podfont size='2x' app icon="spotify" />
    <Podfont size='3x'  host icon="blubrry" />
    <Podfont size='10x' host icon="blog-talk-radio" />
  <div>

export default App
```

By default, the `<Podfont>` component will default to `app` icons. To use a `host` icons, just add the `host` prop as shown in the example.

<img src='example.png' />

For a list of available icons, visit: [podfonts.com](https://podfonts.com)

---
_Source: https://npm.io/package/react-podfonts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
