Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

Create a banner component to show notices #114

Closed frazarshad closed 1 month ago

frazarshad commented 1 month ago

What is the Problem Being Solved?

The idea of this feature is to create a banner similar to the one implemented in dapp-psm that can receive data from /network-config as a prop and display a banner. This component can then be used across all our dapps to display information about chain upgrades or chain downtime

Description of the Design

image

Security Considerations

Scaling Considerations

Test Plan