mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 10:01:09 +08:00
17 lines
272 B
Markdown
17 lines
272 B
Markdown
---
|
|
title: ToolBar
|
|
order: 4
|
|
---
|
|
|
|
ToolBar is a build-in Component in G6.
|
|
|
|
## Usage
|
|
|
|
The demo below show how to use toolbar on graph. Toolbar's style can be defined by the CSS with class name `g6-component-toolbar`:
|
|
|
|
```css
|
|
.g6-component-toolbar {
|
|
// css styles
|
|
}
|
|
```
|