@vx/group
Version:
vx group
16 lines (11 loc) • 446 B
Markdown
# @vx/group
<a title="@vx/group npm downloads" href="https://www.npmjs.com/package/@vx/group">
<img src="https://img.shields.io/npm/dm/@vx/group.svg?style=flat-square" />
</a>
`<Group />` provides a simplified API for SVG `<g />` elements, which are containers for other SVG
objects. You may pass in a `top` and `left` margin (instead of `transform={translate(...)}`) and a
`className`.
## Installation
```
npm install --save @vx/group
```