Socket
Book a DemoInstallSign in
Socket

@ribajs/bs5

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/bs5

Bootstrap 5 module for Riba.js

2.0.0-rc.23
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Bootstrap 5 Module

Install

npm install --save @ribajs/bs5

Regist

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

import { Riba, coreModule } from '@ribajs/core';
import { ready } from '@ribajs/utils/src/dom';
import { bs5Module } from '@ribajs/bs5';
const riba = new Riba();
const model = {};
riba.module.register(coreModule.init());
riba.module.register(bs5Module.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.