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

@codux-boards/react-bootstrap

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codux-boards/react-bootstrap

[React Bootstrap](https://react-bootstrap.github.io/) is the official React implementation of the Bootstrap framework, providing a comprehensive collection of responsive UI components for building modern web applications.

1.0.1
latest
npm
Version published
Maintainers
0
Created
Source

@codux-boards/react-bootstrap

React Bootstrap is the official React implementation of the Bootstrap framework, providing a comprehensive collection of responsive UI components for building modern web applications.

This package provides a collection of pre-built React Bootstrap components designed specifically for use within the Codux visual editor. Once installed, these components will automatically appear in your Codux Add Elements panel, allowing for seamless drag-and-drop integration into your projects.

Features

  • Ready-to-use React Bootstrap components optimized for Codux
  • Mobile-first responsive design
  • Accessible UI elements
  • Customizable through Codux's visual interface
  • Components include:
    • Buttons
    • Cards
    • Forms and Input controls
    • Navigation components
    • Layout elements (Grid, Container)
    • Modals and Overlays
    • And more...

Installation & Usage

Automatic

  • When creating a new project using Codux, select React Bootstrap to add it as a library.
  • Open the Add Elements panel when viewing your app or boards, to find React Bootstrap under the "External Libraries" category.
  • Drag on stage, or click to select any React Bootstrap component to add it to your current selection on the Stage.

Manual

  • Install React Bootstrap in your Codux project:
npm i -S react-bootstrap bootstrap

or

yarn add react-bootstrap bootstrap
  • Install the Codux React Bootstrap integration as a devDependency:
npm i -D @codux-boards/react-bootstrap

or

yarn add -D @codux-boards/react-bootstrap
  • Open your project in Codux.
  • Open your Codux configuration, and add the following:
"addPanel": {
    "assets": [
      "@codux-boards/react-bootstrap"
    ]
  }
  • Import the styles for Bootstrap in your "Board Global Setup" / application top level component (root.tsx):
import 'bootstrap/dist/css/bootstrap.min.css';
  • Open an App or Board in the project.
  • Open to the Add Elements panel.
  • Find React Bootstrap under the "External Libraries" category.
  • Drag and drop components onto the Stage.
  • Customize data and styling using Codux's visual interface.

Requirements

  • Codux editor installed
  • React 18+
  • Node.js 20+

License

MIT

Author

Codux Team

FAQs

Package last updated on 05 Jan 2025

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