You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2020/01/09 14:21:42 UTC

[royale-docs] branch master updated: Update component-sets.md

This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 68107c2  Update component-sets.md
68107c2 is described below

commit 68107c2402be0f163c8f508d4b3b1117167b2d87
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Thu Jan 9 10:21:34 2020 -0400

    Update component-sets.md
    
    mention mxspark and mxroyale
---
 component-sets.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/component-sets.md b/component-sets.md
index 0b5c049..aee9eff 100644
--- a/component-sets.md
+++ b/component-sets.md
@@ -30,6 +30,9 @@ Royale provides its own component sets that support developing simple, small and
 
 - [Jewel](component-sets/jewel) is focused in look and feel and new practices present in modern development like responsivness and multiplatform. Jewel support Themes and diferent kind of desktop and mobile devices.
 
+- **MXRoyale** contains emulations of Flex's UIComponent and other MX components.
+- **MXSpark** contains emulations of Flex Spark components.
+
 ### External Component Sets
 
-Besides the component sets uncluded in Royale, you can use just about any CSS Framework as the basis for your components. One example is [Spectrum-Royale](https://github.com/unhurdle/spectrum-royale) which uses Adobe's [Spectrum System](https://spectrum.adobe.com/)
+Besides the component sets included in Royale, you can use just about any CSS Framework as the basis for your components. One example is [Spectrum-Royale](https://github.com/unhurdle/spectrum-royale) which uses Adobe's [Spectrum System](https://spectrum.adobe.com/).