I love the Label Stack that comes with Foundry. The only trouble is, it’ll only work in projects using Foundry.
Any ideas on an alternate stack? I could use a button stack without a link or use a Bootstap button, but I’d rather find a stack that I could use on multiple projects. The Label stack is so easy to use. I could also import the Foundry base stack + label, but I’m not sure how that’d work on a non-Foundry theme.
Apple uses this technique frequently on their site. I love how it looks.
You can make a Partial and reuse it indefinitely. It’s like having your own Button stack. You can change the color of the button by substituting “danger” with “primary”, “secondary”, “info”, “success” or “warning”. You can also remove a link from the code, if you wish.
You have two colour labels there (an fc5e37 and a 666). I’m guessing that #666 is taking precedent? (I’m on my phone so I can’t actually test out your code)