Delete button
В основе базовый компонент кнопки + иконка корзины. Based on a basic button component with trash icon.
Import Permalink to "Import"
js
import ProximaButtonDelete from 'proxima-vue/button/delete';
Playground Permalink to "Playground"
js
import ProximaButtonDelete from 'proxima-vue/button/delete';
html
<ProximaButtonDelete
text="Delete"
/>
Theme Permalink to "Theme"
По умолчанию кнопке удаления задана тема: By default, the delete button has a theme:
css
.button_theme_danger {
--button-theme-color: var(--app-danger-color);
}