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 c61bf09 component-sets.md added a link to the Spectrum example site
c61bf09 is described below
commit c61bf098ea5110adefc17079a54c2aa3c9547f39
Author: Andrew Wetmore <[email protected]>
AuthorDate: Tue Mar 17 13:57:14 2026 -0300
component-sets.md added a link to the Spectrum example site
Added a link to the Spectrum-Royale component set demo.
---
component-sets.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/component-sets.md b/component-sets.md
index ca5bc23..e4d5e39 100644
--- a/component-sets.md
+++ b/component-sets.md
@@ -40,4 +40,4 @@ Participants in the Royale project have started several
component sets, such as
### External component sets
-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/).
+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/). You can see this
component set at work at <a href="https://unhurdle.github.io/spectrum-royale/"
target="_blank">unhurdle.github.io/spectrum-royale/</a>.