Skip to content

Commit

Permalink
[update] init and stylization updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tbshag2 committed Jun 12, 2024
1 parent 430453c commit d677002
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ config: {
});
~~~

### Configuration properties
## Configuration properties

:::note
The full list of properties to configure **Pivot** can be found [**here**](api/overview/properties_overview.md).
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/stylization.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ The example below demonstrates how to customize Material theme that is applied t
</style>
~~~

In this snippet you can see how to apply a custom style to Pivot

<iframe src="https://snippet.dhtmlx.com/" frameborder="0" class="snippet_iframe" width="100%" height="600"></iframe> TODO!!!


## Scroll style

You can also apply a custom style to the scroll bar of Pivot. For this, you can use the `.wx-styled-scroll` CSS class. Before using it, check compatibility with the modern browsers [here](https://caniuse.com/css-scrollbar).
Expand Down

0 comments on commit d677002

Please sign in to comment.