1.3.4 • Published 7 years ago
@blueeast/bluerain-plugin-vector-icons v1.3.4
bluerain plugin vector icon
Customizable Icons for BlueRain Apps from react-native-vector-icons with support for NavBar/TabBar/ToolbarAndroid, image source and full styling. bluerain-plugin-vector-icons
| 🌏 Web | 🖥 Electron | 📱 React Native |
|---|---|---|
| ✔️ | ✔️ | TBD |
Screenshots
| Type | Example 1 | Example 2 |
|---|---|---|
| Web | ||
| Electron | TBD | TBD |
| Native | TBD | TBD |
Installation
Run the following command in the plugin directoy:
yarn add @blueeast/bluerain-plugin-vector-iconsComponents
Icon
Props
| Name | Default | Type | Description |
|---|---|---|---|
| name | string | This is used for the name of the Icon | |
| size | string | This is used for size of the icon |
Example:
import BR from '@blueeast/bluerain-os';
<BR.Components.Icon name="airplane" size={30} color="blue" />