šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@open-xchange/bootstrap

Package Overview
Dependencies
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-xchange/bootstrap

Bootstrap as a module with some a11y fixes

0.3.2
latest
npm
Version published
Weekly downloads
12
100%
Maintainers
14
Weekly downloads
Ā 
Created
Source

@open-xchange/bootstrap

  • A bundle which provides bootstrap 3.0 including datepicker, typeahead and tokenfield as a module

Prerequisites

This module has several dependencies (see externals in the vite config), which are usually only there in an open-xchange Appsuite UI environment. In other environments, this module might be useless.

How to use

Simple usage

// main.js
import '@open-xchange/bootstrap'
import '@open-xchange/bootstrap/dist/style.css'

Style with less-variables

// main.js
import '@open-xchange/bootstrap'
import './style.less'
// style.less
// bootstrap overwrite
@brand-primary: #fff;
// use bootstrap with variables
@import '@open-xchange/bootstrap/less/bootstrap.less';

FAQs

Package last updated on 10 Nov 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