carlosrovira commented on issue #343: Question : IS there a way to embed third 
party components within a Royale app
URL: https://github.com/apache/royale-asjs/issues/343#issuecomment-437578382
 
 
   As well, Material Design Lite is an example of wrapping an existing js/css 
component library in Royale. Check the MDL library SWC.
   
   Another option is to use a JS lib directly like in this example:
   
   
https://github.com/apache/royale-asjs/blob/develop/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
   
   That uses HighlightCode class here:
   
   
https://github.com/apache/royale-asjs/blob/develop/examples/royale/JewelExample/src/main/royale/utils/HighlightCode.as
   
   that wraps this js library:
   
   https://highlightjs.org
   
   HTH

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to