@vx/group
A <Group />
is a container for other objects. It lets you pass in a top and left margin and a classname.
Installation
npm install --save @vx/group
Components
API
<Group />
# Group.children<any>
# Group.className<string>
# Group.left<number>
Default | 0 |
# Group.top<number>
Default | 0 |
# Group.transform<string>