Hi,

now that I have a maven env and the NextGenAS with Visual Studio Code
setup, I'm finding super easy to test and modify things in FlexJS, and I'm
trying to learn what folks made. I think one of the points that we need
soon, is to get some good-looking examples, for this reason, I want to
check styling in flexjs and see what can be done in the current state of
the art. For example:

1.- I would want to exercise a way to make some of the examples look more
beautiful. For example, applying MDL
But how where I should aggregate css mdl url files? The index.html is
generated when compiling...how could I insert, i.e.: mdl ? :

<link rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons";><link
rel="stylesheet"
href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css";><script
defer src="https://code.getmdl.io/1.2.1/material.min.js";></script>


Should I insert a fx:style block in the main js:Application ? (if so...how?)

...and how to apply some styling to a component? some example out there to
check?

Is out there some link where I could read about CSS in FlexJS and what
properties are available per component? (right now I'm trying to use a
s:Button,

and...what about js:Button...I don't see is used...instead, theres's
svg:TextButton... someone could talk a bit about svg components in FlexJS
so I could understand the scope of the namespace and where to use it?

A side from this, I think it could be good to make something similar to
blog.flexexamples.com for flexjs, I think I could try something about this
as I get more skilled on the possiblities.

More over, I think 0.7.0 is getting in shape, and things start to be pretty
good as I play with it. Congrats!



-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to