Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Sep 17, 2016
1 parent 5c7e488 commit a622f2a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions showcase/setup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3>Import</h3>
</pre>

<h3>Dependencies</h3>
<p>Majority of PrimeNG components are native and there are some exceptions having 3rd party dependencies. In addition, components require font-awesome for icons.</p>
<p>Majority of PrimeNG components (95%) are native and there are some exceptions having 3rd party dependencies. In addition, components require font-awesome for icons.</p>

<p>The css dependencies are as follows, note that you may change the theme with another one of your choice.</p>
<pre>
Expand All @@ -49,8 +49,9 @@ <h3>Dependencies</h3>
</code>
</pre>

<p>Here is the list of components with 3rd party dependencies. The css for calendar and slider is included in primeng.min.css so there is no need to add them
separately, as a side note these two components will be reimplemented as native Angular2 components in near future. For others both javascipt and css dependencies should be added such as css and js of quill.</p>
<p>Here is the list of components with 3rd party dependencies. The css for calendar is included in primeng.min.css so there is no need to add them
separately and as a side note calendar along with inputmask will be reimplemented as native Angular2 components in near future. For others both javascipt and css dependencies should be added such as css and js of quill.</p>

<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
Expand All @@ -66,11 +67,6 @@ <h3>Dependencies</h3>
<td>jQuery, jQuery UI Datepicker, jQuery UI Timepicker</td>
<td>Reimplement as native.</td>
</tr>
<tr>
<td>Slider</td>
<td>jQuery, jQuery UI Slider</td>
<td>Reimplement as native.</td>
</tr>
<tr>
<td>Schedule</td>
<td>FullCalendar and Moment.js</td>
Expand Down

0 comments on commit a622f2a

Please sign in to comment.