This commit is contained in:
Tuğçe Küçükoğlu 2023-03-06 11:14:59 +03:00
parent 62ede9acb9
commit 395d4bc0c1
3 changed files with 17 additions and 1 deletions

View file

@ -88,6 +88,12 @@ const ButtonProps = [
type: 'string',
default: 'null',
description: 'Defines the size of the button, valid values are "small" and "large".'
},
{
name: 'plain',
type: 'boolean',
default: 'false',
description: 'Add a plain textual class to the button without a background initially.'
}
];