Web: Components: Snackbar - added description

This commit is contained in:
DmitrySychugov 2023-04-21 18:07:45 +05:00
parent 0cb95be66e
commit 226347de1c

View File

@ -15,6 +15,7 @@ export default {
argTypes: {
onAction: {
action: "onAction",
description: "Property for story",
},
textColor: { control: "color" },
backgroundColor: { control: "color" },
@ -41,8 +42,7 @@ base.args = {
textColor: "#000",
opacity: 1,
headerText: "Attention",
text:
"We apologize for any short-term technical issues in service functioning, that may appear on 22.06.2021 during the update of Onlyoffice Personal.",
text: "We apologize for any short-term technical issues in service functioning, that may appear on 22.06.2021 during the update of Onlyoffice Personal.",
showIcon: true,
fontSize: "13px",
fontWeight: "400",