Skip to content

braid-design-system@28.14.0

Choose a tag to compare

@michaeltaranto michaeltaranto released this 31 Jul 01:27
04299bd

Minor Changes

  • Add Notification icon (#702)

  • Add useBreakpoint (#700)

    useBreakpoint will return the breakpoint the browser viewport currently falls within (mobile, tablet or desktop). As this can only be calculated in the browser, the value may also be null. Window resizing is supported.

    Note: Avoid use of this hook where possible. Responsive properties and media queries are a better option in most cases.