@egolord/buttons
v1.0.0
Published
Buttons for egolord
Readme
AddToCart
props: {
inCart: {
type: Boolean,
default: false,
},
handleClick: {
type: Function,
default: () => ({}),
}
},CloseButton
props: {
handleClick: {
type: Function,
default: () => ({})
}
}LeftArrow, RightArrow
no props (should be wrapped in a button which handles clicks)