docs(modal): rename example

This commit is contained in:
Eric Y Liu 2021-07-04 06:15:25 -07:00
commit 28e1c82851

View file

@ -14,7 +14,9 @@
<FileSource src="/framed/Modal/PassiveModal" />
### 3-button modal
### Multiple secondary buttons
Use the `secondaryButtons` prop to render two secondary buttons for a "3-button modal". The prop is a 2-tuple type that supersedes `secondaryButtonText`.
<FileSource src="/framed/Modal/3ButtonModal" />