dvargas92495 / SmartBlocks

Useful examples from developer community for Roam42 SmartBlocks
147 stars 7 forks source link

A simple Counter using SmartBlocks #107

Open eatondpe opened 3 years ago

eatondpe commented 3 years ago

βœ‚οΈ Copy of your #42SmartBlock from Roam

πŸ“‹ Describe the SmartBlock

A simple counter. Click the button on the left to increment the counter. Click the button on the right to reset it to zero.

βœ… Describe any prerequisites or dependencies that are required for this SmartBlock

πŸ“· Screenshot of your #42SmartBlock workflow/template from Roam

image

πŸ’‘ Additional Info

Demo https://www.loom.com/share/0cc9750bd08342668c2851c22cc82afc

CSS used (optional)

/ buttons / .block-bullet-view .bp3-button:not([class*="bp3-icon"]):not(.block-ref-count-button):not(.bp3-minimal) { background: transparent !important; padding: 0; line-height: 2em; font-weight: 500; border-radius: 2em !important; box-shadow: 1px 1px 2px 0px var(--bullet-closed-border) !important; }

/ toast at bottom right / .iziToast-theme-dark { background-color: orange !important; } p.iziToast-message { color: #5D3E32 !important; font-weight: bold !important; }

image

image