# bluerain-plugin-launcher

Adds launcher screen with apps available in app registry. This plugin replaces bluerain-os IndexPage component with its own component.<https://blueeast.gitbook.io/bluerain-plugin-launcher>

| 🌏 Web | 🖥 Electron | 📱 React Native |
| :----: | :---------: | :-------------: |
|   ✔️   |      ✔️     |       TBD       |

## Screenshot

|   Type   |                 Example 1                |
| :------: | :--------------------------------------: |
|    Web   | ![Launcher](/files/-LTh94PtaDmF51noC4vk) |
| Electron |                    TBD                   |
|  Native  |                    ✖️                    |

## Usage

Run the following command:

```
yarn add @blueeast/bluerain-plugin-launcher
```

## Example

```
import BR from '@blueeast/bluerain-os';

  <BR.Components.IndexPage/>
```

## Components

### IndexPage

#### **Props**

| Name         | Default | Type   | Description                               |
| ------------ | ------- | ------ | ----------------------------------------- |
| selectedView | 'grid'  | string | This is the style to show in the Launcher |
| match        |         | object | It is used for routing of the Page        |

## API

### LauncherPlugin

### **Extends Plugin**

Launcher Plugin

### **Properties**

* `pluginName` [**string**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) "LauncherPlugin"
* `slug` [**string**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) "launcher"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blueeast.gitbook.io/bluerain-plugin-launcher/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
