diff --git a/web/e.cash/components/button/index.js b/web/e.cash/components/button/index.js new file mode 100644 --- /dev/null +++ b/web/e.cash/components/button/index.js @@ -0,0 +1,55 @@ +import { ButtonCtn, ButtonMain, ButtonInner } from './styles.js'; + +/****** +Button Props +text = String: the text that will be displayed in the button +link = String: the link for the button +corner = String: accepts "topLeft", "topRight", "bottomRight", "bottomLeft", clips the corner of the button +color = String: accepts "accent" or "white". If no option is given button defaults to primary theme color +glow = Boolean: adds a glow behind the button +******/ + +