# React Placeholder Component Styling

> Learn how to customize the React Placeholder component with CSS classes, variables, and SASS for flexible styling and seamless integration into your design.

### SASS variables

```scss
$placeholder-opacity-max:           .5 !default;
$placeholder-opacity-min:           .2 !default;
```
