@brightchain/brightpass-react-components
v0.29.0
Published
BrightPass React UI components for BrightChain password manager
Maintainers
Readme
@brightchain/brightpass-react-components
BrightPass React UI components for the BrightChain password manager.
This library contains all BrightPass frontend components including views, widgets, dialogs, hooks, services, and context providers.
Installation
yarn add @brightchain/brightpass-react-componentsPeer Dependencies
@brightchain/brightchain-lib@digitaldefiance/express-suite-react-components@mui/material/@mui/icons-materialreact/react-domreact-router-dom
Usage
import { BrightPassRoutes } from '@brightchain/brightpass-react-components';
// In your router:
<Route path="/brightpass/*" element={<BrightPassRoutes />} />