Commandine palette
A command palette to speed up your user's workflows.
Require a Commandine account
Installation
Install the package with yarn (or npm).
yarn add commandine-palette styled-components
Usage
Insert the following snippet with your projectId
import Commandine from "commandine-palette";
<Commandine projectId="replace_with_your_project_id" mode="floating" />;
Documentation
Parameters
Parameter | Type | Description | Required |
---|---|---|---|
projectId | string | Project identifier available on commandine.io platform | |
mode | 'floating' | 'fixed | Specify the positioning of the palette | |
versionId | string | Version identifier, used for testing purpose. |