Add Chips Widget
diff --git a/_projectCommon.php b/_projectCommon.php
index 3a48b2b..057716d 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -36,6 +36,7 @@
 		$Nav->addCustomNav("Calculator",    "https://wiki.eclipse.org/Nebula_Calculator", "_self", 2);
 		$Nav->addCustomNav("CDateTime",		"/nebula/widgets/cdatetime/cdatetime.php",	"_self", 2);
 		$Nav->addCustomNav("CheckboxGroup",    "https://wiki.eclipse.org/Nebula_CheckboxGroup", "_self", 2);
+		$Nav->addCustomNav("Chips",    "https://wiki.eclipse.org/Nebula_Chips", "_self", 2);
 		$Nav->addCustomNav("ColumnBrowser",    "https://wiki.eclipse.org/Nebula_ColumnBrowser", "_self", 2);
 		$Nav->addCustomNav("CTreeCombo",    "https://wiki.eclipse.org/Nebula_CTreeCombo", "_self", 2);
 		$Nav->addCustomNav("Dialog",    "https://wiki.eclipse.org/Nebula_Dialog", "_self", 2);
diff --git a/images/chips.png b/images/chips.png
new file mode 100644
index 0000000..9b08190
--- /dev/null
+++ b/images/chips.png
Binary files differ
diff --git a/index.php b/index.php
index c59a2f2..7610aad 100644
--- a/index.php
+++ b/index.php
@@ -956,6 +956,38 @@
 					</td>
 				</tr>
 
+				<tr>
+					<td align="center" valign="bottom">
+						<table>
+							<tr>
+								<td align="center"><a
+									href="https://wiki.eclipse.org/Nebula_Chips"><img class="img-responsive"
+										src="images/chips.png" border="0"
+										alt="Instances of this class allows user to display a rounded-shaped button."
+										title="Chips"></a></td>
+							</tr>
+							<tr>
+								<td align="center"><b>Chips</b></td>
+							</tr>
+						</table>
+					</td>
+
+ 					<td align="center" valign="bottom">
+						<!--<table>
+							<tr>
+								<td align="center"><a
+									href="https://wiki.eclipse.org/Nebula_Stepbar"><img class="img-responsive"
+										src="images/stepbar.png" border="0"
+										alt="This widget proposes a progress with different steps."
+										title="Stepbar"></a></td>
+							</tr>
+							<tr>
+								<td align="center"><b>Step bar</b></td>
+							</tr>
+						</table>-->
+					</td>
+				</tr>
+
 			</table>
 
 			<a name="NatTable"></a>