<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PP7S83N" height="0" width="0" style="display:none;visibility:hidden">
Tutorial

Install components

We have a ready-to-go library with Weavy components for Retool. This tutorial will guide you in cloning the components and publish them in your own account.

Have Retool and your console ready, and let's get started.

1. Clone the repo

We have a complete repo with Weavy components ready for drag-n-drop use in Retool. You can either clone the repo directly or fork it if you want to make customizations.

Clone the repo
git clone https://github.com/weavy-labs/weavy-retool-components.git weavy-retool-components

2. Install dependencies

The repo is using Weavy components from the @weavy/uikit-react package.

First we need to install all dependencies using npm.

Command line
npm install

3. Sign into Retool

To use the Retool utils for development and publishing, first sign into your Retool account.
Command line
npx retool-ccl login

4. Init the library

To be able to upload your library to Retool, you must first register the library within your Retool account.
The following properties are recommended, but you may customize it as you like:
 
  • Name: Weavy
  • Description: Weavy components
Command line
npx retool-ccl init

5. Deploy the library

Deploying the component library to your Retool account will make the components available for all your apps.

Command line
npm run deploy

6. Done!

We now have the foundation to start adding Weavy features to your app.

Let's start building!

Retool Weavy Components
Ask AI
Support

To access live chat with our developer success team you need a Weavy account.

Sign in or create a Weavy account