A collection of UI components for rendering Web5 data in a friendly way.
git clone https://github.com/TBD54566975/web5-components
cd web5-components
npm install
npm run buildYou can then use any of the files in the dist folder to experiment.
start any webserver of your choice (e.g. python3 -m http.server <port>) and navigate to localhost:<port>/demo/ in any web browser
the most recent commit can be previewed at https://tbd54566975.github.io/web5-components/demo/<component>/ where the <component> is any of the top-level folders (e.g. VerifiableCredential such as here)
| Resource | Description |
|---|---|
| CODEOWNERS | Outlines the project lead(s) |
| CODE_OF_CONDUCT.md | Expected behavior for project contributors, promoting a welcoming environment |
| CONTRIBUTING.md | Developer guide to build, test, run, access CI, chat, discuss, file issues |
| GOVERNANCE.md | Project governance |
| LICENSE | Apache License, Version 2.0 |