[@johanneslumpe/styled-props](../README.md) > ["utils/box-alignment/justifyItems"](../modules/_utils_box_alignment_justifyitems_.md) > [JustifyItemsProps](../interfaces/_utils_box_alignment_justifyitems_.justifyitemsprops.md)

# Interface: JustifyItemsProps

## Type parameters
#### T 
## Hierarchy

**JustifyItemsProps**

## Index

### Properties

* [style$JustifyItems](_utils_box_alignment_justifyitems_.justifyitemsprops.md#style_justifyitems)

---

## Properties

<a id="style_justifyitems"></a>

###  style$JustifyItems

**● style$JustifyItems**: *`T`*

*Defined in [utils/box-alignment/justifyItems.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/box-alignment/justifyItems.ts#L12)*

The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/justify-items](https://developer.mozilla.org/docs/Web/CSS/justify-items)

___

