
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@authenticins/react-ui
Advanced tools
React component and theming library for Authentic Insurance interfaces.
React component and theming library for Authentic Insurance interfaces.
npm install @authenticins/react-ui
import {
AuthenticClientProvider,
ThemeProvider,
Box,
Text,
Button,
} from "@authenticins/react-ui";
import "@authenticins/react-ui/dist/style.css";
function App() {
return (
{/* Optional client provider */}
<AuthenticClientProvider
apiUrl="{{AUTHENTIC_API_URL}}"
authConfig={{
awsRegion: "{{YOUR_AWS_REGION}}",
awsIdentityPoolId: "{{YOUR_AWS_IDENTITY_POOL_ID}}",
awsUserPoolId: "{{YOUR_AWS_USER_POOL_ID}}",
awsUserPoolWebClientId: "{{YOUR_AWS_USER_POOL_WEB_CLIENT_ID}}",
}}
>
{/* Theme provider for components */}
<ThemeProvider
overrides={{
brand: {
name: "Partner Name",
logoUrls: {
light: "https://www.partner-website.com/logo-white.png",
dark: "https://www.partner-website.com/logo.png",
},
faviconUrl: "https://partner-website.com/favicon.ico",
},
primaryColor: "#000000",
borderRadius: 4,
}}
>
<Box centered column w="100vw" h="100vh">
<Text variant="heading" mb={2}>Hello world</Text>
<Button mt={1}>Click me</Button>
</Box>
</ThemeProvider>
</AuthenticClientProvider>
);
}
FAQs
React component and theming library for Authentic Insurance interfaces.
We found that @authenticins/react-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.