https://github.com/darekf77/bs3-breakpoint
https://github.com/darekf77/bs3-breakpoint
bootstrap3 breakpoint detection
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darekf77/bs3-breakpoint
- Owner: darekf77
- Created: 2016-08-17T14:38:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T18:07:19.000Z (over 1 year ago)
- Last Synced: 2025-10-20T06:02:56.778Z (8 months ago)
- Topics: bootstrap3, breakpoint, detection
- Language: JavaScript
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: