@nodestrap/group
TypeScript icon, indicating that this package has built-in type declarations

4.0.7 • Public • Published

<Group></Group>

Groups a series of (mostly) any components and stacks them horizontally or vertically.

Preview

<Group theme='primary' size='lg' gradient={true} outlined={true}>
    <Button /* ... */ />
    <Button /* ... */ />
    <Label>/* ... */</Label>
    <Radio /* ... */ />
    <Radio /* ... */ />
    <Radio /* ... */ />
</Group>

Rendered to:

<ul aria-role="group" class="c1 thPrimary szLg gradient outlined">
    <li>/* ... */</li>
    <li>/* ... */</li>
    <li>/* ... */</li>
</ul>

Features

Installation

Using npm:

npm i @nodestrap/group

Support Us

If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.

We always maintain our projects as long as we're still alive.

[Make a donation]

Package Sidebar

Install

npm i @nodestrap/group

Weekly Downloads

0

Version

4.0.7

License

ISC

Unpacked Size

27 kB

Total Files

6

Last publish

Collaborators

  • heymarco