An open API service indexing awesome lists of open source software.

https://github.com/darekf77/bs3-breakpoint


https://github.com/darekf77/bs3-breakpoint

bootstrap3 breakpoint detection

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## bs3-breakpoint ##

Detect breakpoint in bootstrap 3 :

How to use it
-------------

**import it**

import { Bs3BreakPoint, Bs3Breakpoint } from "bs3-breakpoint/bs3-breakpoint";

**include it**

...
directives: [Bs3BreakpointsComponent]
...

function in class component

newBreakpoint(e: Bs3BreakPoint) {
// breakpoint detected
}

in html: