beans-ui-kit 0.0.19 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,8 +44,8 @@ ${propsClass}__wrapper - для обертки над всем компонен
|
|
|
44
44
|
|
|
45
45
|
**Пропсы || Props**:
|
|
46
46
|
- `propsClass` (String, default: 'button') - класс для кнопки
|
|
47
|
-
- `
|
|
48
|
-
|
|
47
|
+
- `propsLabel` (String) - текст лейбла над кнопкой
|
|
48
|
+
Внутри кнопки slot, можно использовать под текст и иконку
|
|
49
49
|
|
|
50
50
|
**События || Events**:
|
|
51
51
|
- `clicked` - @click обработка - $emit('clicked')
|