PluginIcon đ
Displays an icon of a Plugin. The icon properties are taken from plugin.icon property of plugin.
If no plugin is found, renders an error message.
If a plugin has no icon, renders null.
Usage
import { PluginIcon } from '@bluebase/core';
// Then somewhere in your app:
<PluginIcon id="redux-plugin" />
Properties
prop
type
required
default
description
id
string
yes
-
Plugin key
size
number
-
-
Icon size
testID
string
no
-
Used to locate this view in end-to-end tests.
Last updated
Was this helpful?