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

https://github.com/arthurivanov/feather-icons-react-typescript

Feather icons React TS NPM package.
https://github.com/arthurivanov/feather-icons-react-typescript

feather feather-icons icons library react reactjs svg typescript

Last synced: 10 months ago
JSON representation

Feather icons React TS NPM package.

Awesome Lists containing this project

README

          

# Feather icons React Typescript


atlantum-logo

[![npm](https://img.shields.io/npm/v/@ailibs/feather-react-ts.svg?maxAge=2592000)](https://www.npmjs.com/package/@atlantum/feather-react-ts)
[![NPM downloads](https://img.shields.io/npm/dm/@ailibs/feather-react-ts.svg?)](https://www.npmjs.com/package/@atlantum/feather-react-ts.svg?)

Nice set of icons as React components with type checking and auto complete.


👉 Link to storybook preview

### Installation

```bash
yarn add @ailibs/feather-react-ts

or

npm install @ailibs/feather-react-ts
```

### Usage

```jsx
import React from 'react'
import Icon from '@ailibs/feather-react-ts'

// Basic render with default parameters
// color=black / size=24px / stroke-width=2

// Customize look by passing values in to props

// Values for size and stroke can be string | number

// Support for adding classes via className prop

// Support onClick event via props
console.log("Clicked!")} />
```

### Enjoy!