Skip to content

Commit

Permalink
doc update to add polar-bear theme
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Mar 11, 2021
1 parent 68e500b commit e85b88f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vp-docs/guide/style-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
```
<theme-example/>

## Polar-bear
```html
<vue-good-table
:columns="columns"
:rows="rows"
theme="polar-bear">
</vue-good-table>
```
<theme-example theme="polar-bear"/>


## Black-rhino
```html
<vue-good-table
Expand Down

0 comments on commit e85b88f

Please sign in to comment.