You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@314e-react-awesome-query-builder/bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@314e-react-awesome-query-builder/bootstrap

User-friendly query builder for React. Bootstrap widgets

6.4.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

@314e-react-awesome-query-builder/bootstrap

npm

This packages provides Bootstrap widgets

Installation

Peer dependencies that needs to be installed:

npm i bootstrap reactstrap @popperjs/core @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome --save

Install:

npm i @314e-react-awesome-query-builder/bootstrap --save

Usage

Use BootstrapConfig. Don't forget to import Bootstrap CSS: bootstrap/dist/css/bootstrap.min.css.

See minimal example in readme with modifications at top:

// >>>
import type { JsonGroup, Config, ImmutableTree, BuilderProps } from '@314e-react-awesome-query-builder/bootstrap'; // for TS example
import { Query, Builder, Utils as QbUtils } from '@314e-react-awesome-query-builder/bootstrap';
import { BootstrapConfig, BootstrapWidgets } from '@314e-react-awesome-query-builder/bootstrap';
import "bootstrap/dist/css/bootstrap.min.css";
import '@314e-react-awesome-query-builder/bootstrap/css/styles.css';
const InitialConfig = BootstrapConfig;
// <<<

Keywords

query-builder

FAQs

Package last updated on 27 Sep 2023

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