Socket
Socket
Sign inDemoInstall

@open-xchange/bootstrap

Package Overview
Dependencies
4
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @open-xchange/bootstrap

Bootstrap as a module with some a11y fixes


Version published
Weekly downloads
410
decreased by-1.68%
Maintainers
14
Created
Weekly downloads
 

Readme

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

Last updated on 10 Nov 2023

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc