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"

Props
Icon position
View
Width
Round
Shadow
Click effect
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;
}
View source on GitHub