Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vx/group

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vx/group - npm Package Compare versions

Comparing version 0.0.100 to 0.0.109

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc