File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 99[ Performance Test!] ( http://liuwenchao.github.io/aha-table/performance.html )
1010
1111
12- ## Usage
12+ ## Install
1313
14- 1 . Install the component using [ Bower] ( http://bower.io/ ) :
14+ Install the component using [ Bower] ( http://bower.io/ ) :
1515
1616 ```sh
1717 $ bower install aha-table --save
1818 ```
1919
20- 2. Import Web Components' polyfill:
20+ Or [ download as ZIP] ( https://github.com/liuwenchao/aha-table/archive/master.zip ) .
21+
22+ ## Usage
23+
24+ 1 . Import Web Components' polyfill:
2125
2226 ``` html
2327 <script src =" bower_components/platform/platform.js" ></script >
2428 ```
2529
26- 3 . Import Custom Element:
30+ 2 . Import Custom Element:
2731
2832 ```html
2933 <link rel =" import" href =" bower_components/aha-table/dist/aha-table.html" >
3034 ```
3135
32- 4 . Start using it!
36+ 3 . Start using it!
3337
3438 ```html
3539 <aha-table ></aha-table >
You can’t perform that action at this time.
0 commit comments