@equinor/fusion-react-side-sheet
v2.0.0
Published
React component for displaying a side-sheet
Downloads
4,306
Readme
@equinor/fusion-react-side-sheet
Storybook
Installation
npm install @equinor/fusion-react-side-sheetChildren
| Name | Props | Description
| ---- | ---- | -----------
| Title | 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.
