Skip to content

Commit

Permalink
docs(Alert): add fade prop to props list (#1394)
Browse files Browse the repository at this point in the history
Add the fade prop to the props list for the Alert component docs.
  • Loading branch information
nwalters512 authored and TheSharpieOne committed Feb 5, 2019
1 parent 12da6fc commit 8d8390a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/lib/Components/AlertsPage.js
Expand Up @@ -47,6 +47,7 @@ export default class AlertsPage extends React.Component {
isOpen: PropTypes.bool, // default: true
toggle: PropTypes.func,
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
fade: PropTypes.bool, // default: true
// Controls the transition of the alert fading in and out
// See [Fade](/components/fade/) for more details
transition: PropTypes.shape(Fade.propTypes),
Expand Down

0 comments on commit 8d8390a

Please sign in to comment.