New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gmana/react-bs

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmana/react-bs

> **_LEARNING PURPOSE, TAKE AT YOUR OWN RISK_**

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-bs

LEARNING PURPOSE, TAKE AT YOUR OWN RISK

Install

  • yarn add @gmana/react-bs bootstrap
  • yarn add -D sass

Usage

// main.scss
$border-radius: 0;
$primary: #4e54c8;
$alert-border-radius: 0;
@import '@gmana/react-bs/scss/theme.scss';
// _app.tsx
import type { AppProps } from 'next/app';
import Script from 'next/script';
import '../styles/main.scss';

function MyApp({ Component, pageProps }: AppProps) {
  return (
    <>
      <Script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" />

      <Component {...pageProps} />
    </>
  );
}
export default MyApp;

Keywords

FAQs

Package last updated on 25 Jul 2022

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc