UNPKG

react-scooter

Version:

React components for the Scooter CSS framework

11 lines (10 loc) 222 B
```js <Modal title={<h2>Modal Title</h2>}> <p>This is some content inside the modal.</p> </Modal> ``` ```js <Modal title={<h2>Unibody Modal Title</h2>} unibody> <p>This is some content inside the modal.</p> </Modal> ```