0.3.2 • Published 6 months ago

@open-xchange/bootstrap v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@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';
0.3.0

8 months ago

0.3.2

6 months ago

0.3.1

7 months ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago