Input Group | CombricSkip to content

Input Group

Combric

Visual composition boundary for controls, adornments, and actions.

@combric/react · v1.1.1 · Current

Import and usage

import { InputGroup } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Input group

Control with action

Public API

Public exports
Name
InputGroup
Documented contracts
Property / capabilityPublished contract
ContractNative div props
Contractchildren

Accessibility

Does not replace the control label; decorative adornments should be hidden from assistive technology.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub