An open API service indexing awesome lists of open source software.

https://github.com/alexanderschau/react-ionicons

⚡ A simple Ionicons 💡 React implementation with Typescript support.
https://github.com/alexanderschau/react-ionicons

hacktoberfest ionicons react typescript

Last synced: 9 months ago
JSON representation

⚡ A simple Ionicons 💡 React implementation with Typescript support.

Awesome Lists containing this project

README

          

# Ionicons React Component

![hero_image.png](hero_image.png)

This package contains a React Component, which implements the latest version of the official [Ionicons](https://github.com/ionic-team/ionicons) into React.

## Installation 📦

To add the package to your existing React project just type in one of the following commands:

```
npm i @reacticons/ionicons
```

or

```
yarn add @reacticons/ionicons
```

## Usage

```js
import React from 'react';
import IonIcon from '@reacticons/ionicons';

export const Component = () => (
<>

>
);
```

### Custom Size

You can specify the icon size by using the optional `size` prop.

```js

```

## Supported Icons

This package supports all Ionicons of the matching version. To see a full list of them, you can take a look at the official [Ionicons website](https://ionicons.com/).

## Hint

By the way, the `` Component has the same attributes as a typical `` element.