On 11/3/16, 3:26 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:
>I was wondering what to do with text heading (h1 to h6) >do we have some component for this? If not, should we have a "Heading" >component? >What do you think? IMO, we should have six components that thinly wrap headers. That way your MXML will look more like HTML, and HTML as the content will have a consistent look. <js:Application> <js:initialView> <js:View> <js:H1>Header 1</js:H1> <js:TextInput /> <js:MultilineLabel> <H3>Header 3</H3> This is some text </js:MultlineLabel> -Alex