Socket
Book a DemoInstallSign in
Socket

forumone-libnaep

Package Overview
Dependencies
Maintainers
3
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forumone-libnaep

```sh npm i forumone-libnaep ```

1.3.18
latest
npmnpm
Version published
Weekly downloads
7
Maintainers
3
Weekly downloads
 
Created
Source

Usage

npm i forumone-libnaep

Install the recommended peer dependencies.

Usage in a React app

Most components within this library require the use of ThemeProvider from @emotion/react and QueryClientProvider from react-query. Example of basic usage for an app:

import { ThemeProvider } from '@emotion/react';
import { QueryClient, QueryClientProvider } from 'react-query';
import { theme } from 'forumone-libnaep';

const queryClient = new QueryClient();

function MyApp() {
  return (
    <ThemeProvider theme={theme}>
      <QueryClientProvider client={queryClient}>
        ...
      </QueryClientProvider>
    </ThemeProvider>
  );
}

FAQs

Package last updated on 12 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.