mirror of
https://github.com/maputnik/editor.git
synced 2025-12-30 18:10:01 +00:00
Tidy inline docs and added sdk support table.
This commit is contained in:
@@ -20,7 +20,8 @@ class Button extends React.Component {
|
||||
aria-label={this.props["aria-label"]}
|
||||
className={classnames("maputnik-button", this.props.className)}
|
||||
data-wd-key={this.props["data-wd-key"]}
|
||||
style={this.props.style}>
|
||||
style={this.props.style}
|
||||
>
|
||||
{this.props.children}
|
||||
</button>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user