UNPKG
react-scooter
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.5
React components for the Scooter CSS framework
ivoilic.github.io/react-scooter
ivoilic/react-scooter
react-scooter
/
src
/
components
/
Modal
/
Readme.md
11 lines
(10 loc)
•
222 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
```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
>
```