Implement TableView component (#151)
This commit is contained in:
parent
760731a828
commit
d39788c788
3 changed files with 143 additions and 0 deletions
10
icon/sunken-panel-border.svg
Normal file
10
icon/sunken-panel-border.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<svg width="5" height="5" viewBox="0 0 5 5" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="4" height="1" x="0" y="0" fill="#808080"/>
|
||||
<rect width="1" height="4" x="0" y="0" fill="#808080"/>
|
||||
<rect width="2" height="1" x="1" y="1" fill="#0a0a0a"/>
|
||||
<rect width="1" height="2" x="1" y="1" fill="#0a0a0a"/>
|
||||
<rect width="5" height="1" x="0" y="4" fill="#fff"/>
|
||||
<rect width="1" height="5" x="4" y="0" fill="#fff"/>
|
||||
<rect width="1" height="3" x="3" y="1" fill="#dfdfdf"/>
|
||||
<rect width="3" height="1" x="1" y="3" fill="#dfdfdf"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 545 B |
Loading…
Add table
Add a link
Reference in a new issue