--- title: Display description: Style props for styling display of an element. --- ## Display Property ```jsx // responsive ``` | Prop | CSS Property | Token Category | | --------- | ------------ | -------------- | | `display` | `display` | - | ## Hiding Elements ### Hide From Use the `hideFrom` prop to hide an element from a specific breakpoint. ```jsx ``` | Prop | CSS Property | Token Category | | ---------- | ------------ | -------------- | | `hideFrom` | `display` | `breakpoints` | ### Hide Below Use the `hideBelow` prop to hide an element below a specific breakpoint. ```jsx ``` | Prop | CSS Property | Token Category | | ----------- | ------------ | -------------- | | `hideBelow` | `display` | `breakpoints` |