Plus button

В основе базовый компонент кнопки + иконка плюс. Based on a basic button component with plus icon.

Import Permalink to "Import"

js
import ProximaButtonPlus from 'proxima-vue/button/plus';

Playground Permalink to "Playground"

Props
Icon position
View
Width
Round
Shadow
Click effect
js
import ProximaButtonPlus from 'proxima-vue/button/plus';
html
<ProximaButtonPlus
  text="Add"
/>
View source on GitHub