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

https://github.com/taskworld/strapi-plugin-react-icons-custom-field

A strapi plugin to have a react-icon as custom field
https://github.com/taskworld/strapi-plugin-react-icons-custom-field

Last synced: 10 months ago
JSON representation

A strapi plugin to have a react-icon as custom field

Awesome Lists containing this project

README

          

# strapi-plugin-react-icons-custom-field

A plugin to add a react-icon custom field to allow using react icons for your menu items.

## Installation

```bash
npm i strapi-plugin-react-icons-custom-field
```

## Configuration

```js
"strapi-plugin-react-icons-custom-field": {
enabled: true,
config: {
pack: ["lu"], // list of pack enabled in the admin panel
},
},
```