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.
To be able to use and publish the components, you need to install the dependencies.
npm installTo use the Superblocks utils for development and publishing, first sign into your Superblocks account. You will need admin permissions in Superblocks.
npx superblocks loginYou can create an empty boilerplate template app with the Weavy components and all needed parts pre-configured.
npm run create:templateYou can install a full demo app with multiple Weavy components and Notifications and navigation pre configured and ready.
npm run create:demoYou can install the Weavy components to an existing Superblocks app.
npm run create:componentsAfter 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}/npx superblocks components watchnpx superblocks components upload