atomic-layout icon indicating copy to clipboard operation
atomic-layout copied to clipboard

Build declarative, responsive layouts in React using CSS Grid.

Results 33 atomic-layout issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

## When: 1. Add a `DataGrid` component 2. Perform server-side rendering ## Current behavior: A console warning will appear due to invalid prop forwarding. `Warning: React does not recognize the...

## When: This issue came up in a [react-static](https://github.com/react-static/react-static) setup. 1. [clone this repository](https://github.com/CLSnazel/static-layout) 2. run the website with `yarn start` 3. run cypress with `yarn cypress open` 4. run...

## When: Configure custom breakpoint name ## Current behavior: the `except` prop on `Only` not works ## Expected behavior: It should work. ## Environment: Take a look at this [sandbox](https://codesandbox.io/s/atomic-layout-only-except-ud4bq?file=/src/App.js)

## What: The README should include the list of examples. Each example item should contain: 1. A thumbnail image. 1. A title. 1. A short description on the example's purpose....

DX
in progress

## Changes - First, isolates the part of a logic of `createMediaQuery` that's responsible for parsing a Breakpoint into a list of query params. Adds `createQueryList` function. - Changes the...

needs:discussion

## Changes - Adds `useCurrentBreakpoints` hook ## Issues - Closes #279 ## Release version - [ ] internal (no release required) - [ ] patch (bug fixes) - [x] minor...

## Changes - Manually filters out semantically invalid attributes from Box, Composition, and other styled components exported by the library. The same approach is [used in Emotion](https://emotion.sh/docs/styled#customizing-prop-forwarding), which prunes invalid...