Comparing version 0.0.100 to 0.0.109
{ | ||
"name": "@vx/group", | ||
"version": "0.0.100", | ||
"version": "0.0.109", | ||
"description": "vx group", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# @vx/group | ||
A Group is a container for other objects. It lets you pass in a top and left margin and a classname. | ||
Example usage: | ||
``` js | ||
const myGroup = ( | ||
<Group top={50} left={20}> | ||
/* Children here */ | ||
</Group> | ||
) | ||
``` | ||
## Properties | ||
| Name | Default | Type | Description | | ||
|:--------- |:------- |:------ |:--------------------------------------------------- | | ||
| top | 0 | number | Margin on top | | ||
| left | 0 | number | Margin on left | | ||
| className | | string | The class name associated with the svg `g` element. | | ||
## Source For Components | ||
+ [`<Group />`](https://github.com/hshoff/vx/blob/master/packages/vx-group/src/index.js) | ||
@@ -4,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3288
40