Conversation
| [icon]="icon" | ||
| [iconPos]="primeIconPos" | ||
| [severity]="primeSeverity" | ||
| ></p-button> |
There was a problem hiding this comment.
нет тэга
он нужен что бы передавать контент извне внутрь кнопки
у прайма он есть, думаю нам тоже нужно
но это надо подумать, будут ли у нас кейсы, что мы будем верстку в кнопку передавать
There was a problem hiding this comment.
@AxyIX возможно, ты имел ввиду Badge – https://primeng.org/button#badge? да, его планируем передавать в кнопку; фикс здесь 630c163
| @Input() iconOnly = false; | ||
| @Input() icon = ''; | ||
| @Input() disabled = false; | ||
| @Input() loading = false; |
There was a problem hiding this comment.
тут не все пропсы
из памяти - outlined, text
| @@ -0,0 +1 @@ | |||
| [ 388ms] [ERROR] Failed to load resource: the server responded with a status of 404 () @ https://raw.githubusercontent.com/cdek-it/vue-ui-kit/storybook-update/src/assets/style/vars/_colors.scss:0 | |||
There was a problem hiding this comment.
всякие логи и генерируемые файлы мы не коммитим
documentation.json
Outdated
| .p-button-xlg.p-button-icon-only { | ||
| width: var(--p-button-extend-ext-xlg-icon-only-width); | ||
| height: var(--p-button-extend-ext-xlg-icon-only-width); | ||
| } |
There was a problem hiding this comment.
как-то много переопределений стилей
точно всё это нужно?
There was a problem hiding this comment.
@AxyIX да, компонент Button самый большой по кол-ву переопределений стилей.
No description provided.