We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541f9c8 commit 7c997c4Copy full SHA for 7c997c4
src/components/Alert.js
@@ -60,6 +60,7 @@ const Alert = props => {
60
};
61
62
Alert.defaultProps = {
63
+ color: "success",
64
is_open: true,
65
duration: null
66
src/components/Badge.js
@@ -48,6 +48,7 @@ const Badge = props => {
48
49
50
Badge.defaultProps = {
51
+ color: "secondary",
52
n_clicks: 0,
53
n_clicks_timestamp: -1
54
0 commit comments