I want to display a number in my app so that the digits are styled like a retro-style clock, where each digit looks like a flippable tag (e.g., http://net.tutsplus.com/tutorials/html-css-techniques/learn-how-to-create-a-retro-animated-flip-down-clock/). I don't actually require any animation or effects.
Does such a component exist in an open source library? If not, and I want to make my own component, what suggestions do you have for proceeding (e.g., should I just style a label or button, or ...)?