React component for displaying a side-sheet
npm install @equinor/fusion-react-side-sheet
``sh`
npm install @equinor/fusion-react-side-sheet
| title | Required child for displaying side sheet title.
| SubTile | subTitle | ...
| Actions| sideSheetRef | ...
| Indicator | color | ...
| Content | ReactChildElements| ...Properties/Attributes
| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| enableFullScreen | boolean | true | prop for disabling fullScreen action.
| minWidth | number | 500 | Min with of the side-sheet.
| onClose | function` | - | Callback function triggered onClose button clicked.