You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/07/08 13:27:14 UTC

[royale-docs] branch master updated: jewel: Create all jewel components pages as placehokders to be filled

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

carlosrovira 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 b352e38  jewel: Create all jewel components pages as placehokders to be filled
b352e38 is described below

commit b352e38cd2df0a3d95f3fc6482308b26b71e1df1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Jul 8 15:27:08 2019 +0200

    jewel: Create all jewel components pages as placehokders to be filled
---
 component-sets/jewel.md                      | 54 ++++++++++++++--------------
 component-sets/jewel/jewel-card.md           | 25 +++++++++++++
 component-sets/jewel/jewel-checkbox.md       | 25 +++++++++++++
 component-sets/jewel/jewel-combobox.md       | 25 +++++++++++++
 component-sets/jewel/jewel-datechooser.md    | 25 +++++++++++++
 component-sets/jewel/jewel-datefield.md      | 25 +++++++++++++
 component-sets/jewel/jewel-dropdownlist.md   | 25 +++++++++++++
 component-sets/jewel/jewel-form.md           | 25 +++++++++++++
 component-sets/jewel/jewel-formitem.md       | 25 +++++++++++++
 component-sets/jewel/jewel-grid.md           | 25 +++++++++++++
 component-sets/jewel/jewel-icon.md           | 25 +++++++++++++
 component-sets/jewel/jewel-image.md          | 25 +++++++++++++
 component-sets/jewel/jewel-label.md          | 25 +++++++++++++
 component-sets/jewel/jewel-list.md           | 25 +++++++++++++
 component-sets/jewel/jewel-numericstepper.md | 25 +++++++++++++
 component-sets/jewel/jewel-popup.md          | 25 +++++++++++++
 component-sets/jewel/jewel-radiobutton.md    | 25 +++++++++++++
 component-sets/jewel/jewel-simpletable.md    | 25 +++++++++++++
 component-sets/jewel/jewel-slider.md         | 25 +++++++++++++
 component-sets/jewel/jewel-snackbar.md       | 25 +++++++++++++
 component-sets/jewel/jewel-tabbar.md         | 25 +++++++++++++
 component-sets/jewel/jewel-tabbarcontent.md  | 25 +++++++++++++
 component-sets/jewel/jewel-table.md          | 25 +++++++++++++
 component-sets/jewel/jewel-wizard.md         | 25 +++++++++++++
 24 files changed, 602 insertions(+), 27 deletions(-)

diff --git a/component-sets/jewel.md b/component-sets/jewel.md
index 1f1d6a4..24ec827 100644
--- a/component-sets/jewel.md
+++ b/component-sets/jewel.md
@@ -53,33 +53,33 @@ For the browsers, Apache Royale generates [ECMAScript version 5 (ES5)](https://e
 ## Components
 
 | Type          	| Name                                          	| Description                                                                                          	| Available SDK 	| State     	|
-|------------------	|-------------------------------------------------	|------------------------------------------------------------------------------------------------------	|---------------	|--------------	|
-| __Containers__  	| Card                                           	| Container that surrounds other components                                                             	|               	|          	    |
-|                	| Grid                                             	| Container that uses Grid Layout and needs other immediate children to work as cells and host content. 	|               	|          	    |
-|                	| SimpleTable                                   	| A basic HTML table that can be declared in MXML                                                     	|               	| Complete      |
-|                	| Table                                         	| A complex HTML table element filled from a data source. Cells are ItemRenderers.                    	|               	| In Progress   |
-|                	| TabBarContent                                 	| A container to use with TabBar and capable of presenting organized content                            	|               	|           	|
-|                	| Wizard                                           	| 11.0+                                                                                                	|               	|           	|
-| __Components__ 	| [Alert](component-sets/jewel/jewel-alert.html)        	| Displays a message and one or more buttons in a view that pops up over all other controls and views. 	| 0.9.4         	| Complete  	|
-|               	| [Button](component-sets/jewel/jewel-button.html)        	|                                                                                                      	|               	|           	|
-|                 	| CheckBox                                      	|                                                                                                      	|               	|           	|
-|                	| ComboBox                                      	|                                                                                                      	|               	|           	|
-|                	| DateChooser                                     	|                                                                                                      	|               	|           	|
-|                	| DateField                                       	|                                                                                                      	|               	|             	|
-|               	| DropDownList                                  	|                                                                                                      	|               	|           	|
-|               	| Form                                           	|                                                                                                      	|               	|           	|
-|               	| FormItem                                      	|                                                                                                      	|               	|           	|
-|                	| Icon                                            	|                                                                                                      	|               	|           	|
-|               	| Image                                         	|                                                                                                      	|               	|           	|
-|               	| Label                                            	|                                                                                                      	|               	|           	|
-|               	| List                                             	|                                                                                                      	|               	|           	|
-|               	| NumericStepper 	                                |                                                                                                      	|               	|           	|
-|               	| PopUp                                          	|                                                                                                      	|               	|           	|
-|               	| RadioButton                                     	|                                                                                                      	|               	|           	|
-|               	| Slider                                        	|                                                                                                      	|               	|           	|
-|               	| SnackBar                                         	|                                                                                                      	|               	|           	|
-|               	| TabBar                                         	|                                                                                                      	|               	|           	|
-|               	| [TextInput](component-sets/jewel/jewel-textinput.html)  	|                                                                                                      	|               	|           	|
+|------------------	|------------------------------------------------------------------	|------------------------------------------------------------------------------------------------------	|---------------	|--------------	|
+| __Containers__  	| [Card](component-sets/jewel/jewel-card.html)              	    | Container that surrounds other components                                                             	|               	|          	    |
+|                	| [Grid](component-sets/jewel/jewel-grid.html)              	    | Container that uses Grid Layout and needs other immediate children to work as cells and host content. 	|               	|          	    |
+|                	| [SimpleTable](component-sets/jewel/jewel-simpletable.html)	    | A basic HTML table that can be declared in MXML                                                     	|               	| Complete      |
+|                	| [Table](component-sets/jewel/jewel-table.html)                    | A complex HTML table element filled from a data source. Cells are ItemRenderers.                    	|               	| In Progress   |
+|                	| [TabBarContent](component-sets/jewel/jewel-tabbarcontent.html)    | A container to use with TabBar and capable of presenting organized content                            	|               	|           	|
+|                	| [Wizard](component-sets/jewel/jewel-wizard.html)             	    | 11.0+                                                                                                	|               	|           	|
+| __Components__ 	| [Alert](component-sets/jewel/jewel-alert.html)            	    | Displays a message and one or more buttons in a view that pops up over all other controls and views. 	| 0.9.4         	| Complete  	|
+|               	| [Button](component-sets/jewel/jewel-button.html)          	    |                                                                                                      	|               	|           	|
+|                 	| [CheckBox](component-sets/jewel/jewel-checkbox.html)        	    |                                                                                                      	|               	|           	|
+|                	| [ComboBox](component-sets/jewel/jewel-combobox.html)              |                                                                                                      	|               	|           	|
+|                	| [DateChooser](component-sets/jewel/jewel-datechooser.html)        |                                                                                                      	|               	|           	|
+|                	| [DateField](component-sets/jewel/jewel-datefield.html)            |                                                                                                      	|               	|             	|
+|               	| [DropDownList](component-sets/jewel/jewel-dropdownlist.html)      |                                                                                                      	|               	|           	|
+|               	| [Form](component-sets/jewel/jewel-form.html)                      |                                                                                                      	|               	|           	|
+|               	| [FormItem](component-sets/jewel/jewel-formitem.html)      	    |                                                                                                      	|               	|           	|
+|                	| [Icon](component-sets/jewel/jewel-icon.html)                	    |                                                                                                      	|               	|           	|
+|               	| [Image](component-sets/jewel/jewel-image.html)                    |                                                                                                      	|               	|           	|
+|               	| [Label](component-sets/jewel/jewel-label.html)               	    |                                                                                                      	|               	|           	|
+|               	| [List](component-sets/jewel/jewel-list.html)               	    |                                                                                                      	|               	|           	|
+|               	| [NumericStepper](component-sets/jewel/jewel-numericstepper.html)  |                                                                                                      	|               	|           	|
+|               	| [PopUp](component-sets/jewel/jewel-popup.html)                    |                                                                                                      	|               	|           	|
+|               	| [RadioButton](component-sets/jewel/jewel-radiobutton.html)  	    |                                                                                                      	|               	|           	|
+|               	| [Slider](component-sets/jewel/jewel-slider.html)                  |                                                                                                      	|               	|           	|
+|               	| [SnackBar](component-sets/jewel/jewel-snackbar.html)  	   	    |                                                                                                      	|               	|           	|
+|               	| [TabBar](component-sets/jewel/jewel-tabbar.html)  	            |                                                                                                      	|               	|           	|
+|               	| [TextInput](component-sets/jewel/jewel-textinput.html)        	|                                                                                                      	|               	|           	|
 
 ## Jewel Themes
 
diff --git a/component-sets/jewel/jewel-card.md b/component-sets/jewel/jewel-card.md
new file mode 100644
index 0000000..85cd820
--- /dev/null
+++ b/component-sets/jewel/jewel-card.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Card
+---
+
+# Jewel Card
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-checkbox.md b/component-sets/jewel/jewel-checkbox.md
new file mode 100644
index 0000000..d4daa71
--- /dev/null
+++ b/component-sets/jewel/jewel-checkbox.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel CheckBox
+---
+
+# Jewel CheckBox
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-combobox.md b/component-sets/jewel/jewel-combobox.md
new file mode 100644
index 0000000..3c3e58e
--- /dev/null
+++ b/component-sets/jewel/jewel-combobox.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel ComboBox
+---
+
+# Jewel ComboBox
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-datechooser.md b/component-sets/jewel/jewel-datechooser.md
new file mode 100644
index 0000000..bf32e07
--- /dev/null
+++ b/component-sets/jewel/jewel-datechooser.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel DateChooser
+---
+
+# Jewel DateChooser
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-datefield.md b/component-sets/jewel/jewel-datefield.md
new file mode 100644
index 0000000..95c3646
--- /dev/null
+++ b/component-sets/jewel/jewel-datefield.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel DateField
+---
+
+# Jewel DateField
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-dropdownlist.md b/component-sets/jewel/jewel-dropdownlist.md
new file mode 100644
index 0000000..5bc8d1d
--- /dev/null
+++ b/component-sets/jewel/jewel-dropdownlist.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel DropDownList
+---
+
+# Jewel DropDownList
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-form.md b/component-sets/jewel/jewel-form.md
new file mode 100644
index 0000000..2cdbfcd
--- /dev/null
+++ b/component-sets/jewel/jewel-form.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Form
+---
+
+# Jewel Form
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-formitem.md b/component-sets/jewel/jewel-formitem.md
new file mode 100644
index 0000000..34d9ed5
--- /dev/null
+++ b/component-sets/jewel/jewel-formitem.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel FormItem
+---
+
+# Jewel FormItem
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-grid.md b/component-sets/jewel/jewel-grid.md
new file mode 100644
index 0000000..1351dd8
--- /dev/null
+++ b/component-sets/jewel/jewel-grid.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Grid
+---
+
+# Jewel Grid
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-icon.md b/component-sets/jewel/jewel-icon.md
new file mode 100644
index 0000000..d7253ef
--- /dev/null
+++ b/component-sets/jewel/jewel-icon.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Icon
+---
+
+# Jewel Icon
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-image.md b/component-sets/jewel/jewel-image.md
new file mode 100644
index 0000000..a87b663
--- /dev/null
+++ b/component-sets/jewel/jewel-image.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Image
+---
+
+# Jewel Image
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-label.md b/component-sets/jewel/jewel-label.md
new file mode 100644
index 0000000..6a4e9df
--- /dev/null
+++ b/component-sets/jewel/jewel-label.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Label
+---
+
+# Jewel Label
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-list.md b/component-sets/jewel/jewel-list.md
new file mode 100644
index 0000000..8481219
--- /dev/null
+++ b/component-sets/jewel/jewel-list.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel List
+---
+
+# Jewel List
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-numericstepper.md b/component-sets/jewel/jewel-numericstepper.md
new file mode 100644
index 0000000..9abd21c
--- /dev/null
+++ b/component-sets/jewel/jewel-numericstepper.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel NumericStepper
+---
+
+# Jewel NumericStepper
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-popup.md b/component-sets/jewel/jewel-popup.md
new file mode 100644
index 0000000..a741120
--- /dev/null
+++ b/component-sets/jewel/jewel-popup.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel PopUp
+---
+
+# Jewel PopUp
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-radiobutton.md b/component-sets/jewel/jewel-radiobutton.md
new file mode 100644
index 0000000..248f548
--- /dev/null
+++ b/component-sets/jewel/jewel-radiobutton.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel RadioButton
+---
+
+# Jewel RadioButton
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-simpletable.md b/component-sets/jewel/jewel-simpletable.md
new file mode 100644
index 0000000..8a05ca6
--- /dev/null
+++ b/component-sets/jewel/jewel-simpletable.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel SimpleTable
+---
+
+# Jewel SimpleTable
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-slider.md b/component-sets/jewel/jewel-slider.md
new file mode 100644
index 0000000..8901a73
--- /dev/null
+++ b/component-sets/jewel/jewel-slider.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Slider
+---
+
+# Jewel Slider
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-snackbar.md b/component-sets/jewel/jewel-snackbar.md
new file mode 100644
index 0000000..592076f
--- /dev/null
+++ b/component-sets/jewel/jewel-snackbar.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel SnackBar
+---
+
+# Jewel SnackBar
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-tabbar.md b/component-sets/jewel/jewel-tabbar.md
new file mode 100644
index 0000000..6032f4b
--- /dev/null
+++ b/component-sets/jewel/jewel-tabbar.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel TabBar
+---
+
+# Jewel TabBar
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-tabbarcontent.md b/component-sets/jewel/jewel-tabbarcontent.md
new file mode 100644
index 0000000..84f70a1
--- /dev/null
+++ b/component-sets/jewel/jewel-tabbarcontent.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel TabBarContent
+---
+
+# Jewel TabBarContent
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-table.md b/component-sets/jewel/jewel-table.md
new file mode 100644
index 0000000..b81e642
--- /dev/null
+++ b/component-sets/jewel/jewel-table.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Table
+---
+
+# Jewel Table
+
+subtitle
+
+text
\ No newline at end of file
diff --git a/component-sets/jewel/jewel-wizard.md b/component-sets/jewel/jewel-wizard.md
new file mode 100644
index 0000000..3b6850d
--- /dev/null
+++ b/component-sets/jewel/jewel-wizard.md
@@ -0,0 +1,25 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: Jewel Wizard
+---
+
+# Jewel Wizard
+
+subtitle
+
+text
\ No newline at end of file