Socket
Book a DemoInstallSign in
Socket

@ribajs/bs4

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/bs4

Bootstrap 4 module for Riba.js

2.0.0-rc.23
latest
Source
npmnpm
Version published
Weekly downloads
145
3525%
Maintainers
1
Weekly downloads
 
Created
Source

Bootstrap 4 Module

Install

npm install --save @ribajs/bs4

Regist

To regist the module include import bs4Module from '@ribajs/bs4'; in your main.ts file and regist the module with riba.module.register(bs4Module.init());:

import { Riba, coreModule } from '@ribajs/core';
import { ready } from '@ribajs/utils/src/dom';
import bs4Module from '@ribajs/bs4';
const riba = new Riba();
const model = {};
riba.module.register(coreModule.init());
riba.module.register(bs4Module.init());
ready(() => {
  riba.bind(document.body, model);
});

Keywords

Bootstrap

FAQs

Package last updated on 16 Jun 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

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.