UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

17 lines (16 loc) 312 B
import { createMedia as t } from "@artsy/fresnel"; const e = t({ breakpoints: { mobile: 320, tablet: 768, computer: 992, largeScreen: 1200, widescreen: 1920 } }); e.createMediaStyle(); const { Media: a, MediaContextProvider: i } = e; export { a as Media, i as MediaContextProvider };