Reusable React UI components to integrate web3 alerts.
npm install @dialectlabs/react-uiReusable React UI components to integrate web3 alerts.
ā Inter font imported.
For example via tag
``html`
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
rel="stylesheet"
/>
ā Import compiled styles into your app's entrypoint
`typescript`
import '@dialectlabs/react-ui/index.css';
See root README.
`shell`
npm run build
This would generate a production version of @dialectlabs/react-ui`