thetron / css3buttons_rails_helpers

Rails helpers to generate beautiful css3 buttons, based on the 'css3-github-buttons'
http://nicolasgallagher.com/lab/css3-github-buttons/
MIT License
311 stars 29 forks source link

Added Split Button capabilities #15

Open grafikchaos opened 13 years ago

grafikchaos commented 13 years ago

I added a new type of button group that accepts a block and returns a split button where the first button in the block will act as the main action and the remaining buttons will be used as the drop down menu links.

I also added a 'dropdown' icon to the png file and added it to the list of available icons in the spec.

thetron commented 13 years ago

Wow. I have only just been able to get around to testing this fork out and it looks great! I love the idea.

Let me have a bit of a play around with it, but i'd love to see this get merged in asap.

grafikchaos commented 13 years ago

Have you had a chance to evaluate the split button functionality? can it be pulled upstream?

grafikchaos commented 13 years ago

I've fast-forwarded my fork so it is compatible with the 1.x series

grafikchaos commented 12 years ago

I finally fixed my SplitButtonHelper so all the content should now display as expected