4.0.7 • Published 2 years ago

@nodestrap/label v4.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

<Label></Label>

A complementary element represents a caption for a user interface.

Combined with <Group></Group> you can create a nicely caption beside the UI.

Preview

<Group theme='primary' size='lg'>
    <Label>Your name</Label>
    <TextInput required={true} name='name' />
</Group>

Rendered to:

<div role="group" class="c1 thPrimary szLg">
    <span class="c2">Your name</span>
    // ...
</div>

Features

Installation

Using npm:

npm i @nodestrap/label

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]