Skip to content

weavy-labs/superblocks-weavy-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weavy Superblocks Components

Custom components library template

This is a custom component library for projects within Superblocks.

To learn more about how custom component libraries work, visit the official documentation.

You need to register these components in your superblocks app to be able to use them.

Install

To be able to use and publish the components, you need to install the dependencies.

npm install

Sign in to Superblocks

To use the Superblocks utils for development and publishing, first sign into your Superblocks account. You will need admin permissions in Superblocks.

npx superblocks login

Create boilerplate app

You can create an empty boilerplate template app with the Weavy components and all needed parts pre-configured.

npm run create:template

Create demo app

You can install a full demo app with multiple Weavy components and Notifications and navigation pre configured and ready.

npm run create:demo

Install Weavy components to an existing app

You can install the Weavy components to an existing Superblocks app.

npm run create:components

Customize components

After installing the components in the demo, boilerplate or your app, you can customize the components however you like using superblocks tooling.

Read about Superblocks custom components.

Change to your app dir to work with the components.

cd apps/{YOUR_APP}/

Superblocks developer mode

npx superblocks components watch

Superblocks components publish

npx superblocks components upload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors