User Interface Template
The User Interface Plugin Template is designed to provide developers with a foundational structure to craft their own User Interfaces for the Wharf SessionKit.
Usage
There are two ways to use this template:
Option 1: Use the GitHub Template Clone Feature
- Go to the user interface plugin template repository on GitHub.
- Click the
Use this template
button to start a new repository based on this template. - Complete the setup process as guided by GitHub prompts.
Option 2: Manually Cloning the Repository
- Open your terminal or command interface.
- Clone the template repository with the following command:
Here, replacegit clone https://github.com/wharfkit/ui-plugin-template.git wharf-ui-[name]
[name]
with a suitable name for your plugin. - Enter the cloned directory:
cd wharf-ui-[name]
Installing Dependencies
Once your user interface setup is complete, install the necessary dependencies:
yarn install
Customizing the User Interface
For guidance on customizing your plugin, please refer to our detailed development documentation.