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
- Host: GitHub
- URL: https://github.com/taskworld/strapi-plugin-react-icons-custom-field
- Owner: taskworld
- Created: 2023-11-07T12:23:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T07:40:19.000Z (over 2 years ago)
- Last Synced: 2025-03-31T14:36:00.103Z (about 1 year ago)
- Language: TypeScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
},
},
```