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

## What: Need to support generics to specify the relevant breakpoint names of the layout. ## Why: To have better type checking and suggestions when dealing with breakpoint-based values (``...

enhancement
help wanted
scope:types

> This is mainly a tracking issue. TypeScript language features do not currently allow to type Responsive props in Atomic Layout. ## What: Responsive props must be strongly typed. ##...

help wanted
scope:types
blocked

I want to define a template-area for a component for portrait mode. Creating an issue as I dont know where to ask for help. I can't understand how to define...

bug
needs:discussion
scope:calculation

## GitHub - Fixes #119 ## Roadmap - [x] Add missing integration test for `applyStyles()` function - [x] Rewrite `applyStyles()` to use a single `.reduce()` - [x] Create prop alias...

in progress

# Change log - Adds integration test for combined up/down responsive props # GitHub - Closes #119

# Change log - Introduces API that allows to define custom [Prop aliases](https://redd.gitbook.io/atomic-layout/fundamentals/prop-aliases) to use with Atomic layout component primitives - Abstracts `transformNumeric` to get rid of circular dependency from...

in progress

## What: If I am a contributor and decide to improve the documentation I cannot do it unless I have an access into Atomic Layout's GitBook organization. ## Why: Current...

DX
docs

## What: I would like an example/guide to show snapshot testing with Jest, including conditionally rendered components as it's unclear how one should approach snapshot testing with these types of...

help wanted
DX

## When: 1. Create the following component: ``` import { useResponsiveProps } from "atomic-layout"; const Heading = (props) => { const _props = useResponsiveProps(props); console.log(_props); return ; }; ``` 3....

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies