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.

System Component 📌

This component is shipped with BlueBase Core.

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