A framework for creating responsive UI’s for mobile and web using Markdown Syntax. It is a tool for Rapid Prototyping UI’s for Single-page and Multiple-page apps, and allows to write UI’s only once and then translate it to Semantic UI 2.0, BootStrap 3 (coming soon), Foundation (coming soon), etc.
It helps the developer to focus on the big picture on paper or text-editors, and with few details it lessen the cognitive load which means having meaningful productivity which equates to happiness!
> Pointing Menu:
> [Home](#home "active")
> [Messages](#messages)
> [Friends](#friends)
> > Right Menu:
> > [Logout](#logout)
__Button|Add Friend__
gem install markdown-ui
markdown-ui index.md > index.html
Standard Button
__Button|Follow__
__Follow-Button Button|Follow__
__Button|Follow|Follow-Button__
__Focusable Button|Follow__
A button can be formatted to show different levels of emphasis
__Button|Save|Primary__
__Button|Discard__
__Button|Save|Secondary__
__Button|Discard__
A button can animate to show hidden content
__Animated Button|Text:Next;Icon:Right Arrow__
__Vertical Animated Button|Icon:Shop;Text:Shop__
__Fade Animated Button|Text:Sign-up for a Pro account;Text:$12.99 a month__
__Fade Animated Button|Sign-up for a Pro account;$12.99 a month__
A button can have only an icon
__Icon Button|Icon:Cloud__
A button can have an icon and a label
__Labeled Icon Button|Icon:Pause,Text:Pause__
A basic button is less pronounced
__Basic Button|Icon:User,Text:Add Friend__
__Button|Text:Black|Basic Black__
__Button|Text:Yellow|Basic Yellow__
__Button|Text:Green|Basic Green__
__Button|Text:Blue|Basic Blue__
__Button|Text:Orange|Basic Orange__
__Button|Text:Purple|Basic Purple__
__Button|Text:Pink|Basic Pink__
__Button|Text:Red|Basic Red__
__Button|Text:Teal|Basic Teal__