These are Thirdweb UI components that are encapsulated and exposed as html components that can be embedded into any website without coding.Context and Provider management is also supported, allowing these components to talk between each other.
First, install the dependencies
npm i
Run the development server:
npm run dev
Open http://localhost:1234 with your browser to see the result.
Publishing to NPM
is done through Github Actions from monorepo on git publish to main branch.