Close button
В основе базовый компонент кнопки + иконка крестик. Based on a basic button component with cross icon.
Import Permalink to "Import"
js
import ProximaButtonClose from 'proxima-vue/button/close';
Playground Permalink to "Playground"
js
import ProximaButtonClose from 'proxima-vue/button/close';
html
<ProximaButtonClose
text="Close"
/>
Theme Permalink to "Theme"
По умолчанию кнопке задана тема: By default, the close button has a theme:
css
.button_theme_dim {
--button-theme-color: #909090;
}