<% function includeMD(file) { var text = include(file); return converter.makeHtml(text); } function includeMDJs(file) { var text = include(file); return converter.makeHtml('```javascript\n' + text + '\n```'); } %> shark-angular组件库_shark组件平台 <%- headContent %>
<% include components/useage.html %>

弹出层组件

<% include components/modal.html %>

弹出层组件

<% include components/tooltip.html %> <% include components/toastr.html %> <% include components/autocomplete.html %> <% include components/radiogroup.html %> <% include components/checkboxgroup.html %> <% include components/datepicker.html %> <% include components/dropdown.html %> <% include components/selecter.html %> <% include components/fileupload.html %> <% include components/pager.html %> <% include components/popover.html %> <% include components/tabs.html %> <% include components/tree.html %> <% include components/checkabletable.html %> <% include components/validator.html %>
<%- footContent %>