# @42/react

## 0.1.0

### Minor Changes

- 95750c0: Initial public release of the `@42` headless UI component library.

  - **`@42/core`** — headless UI controllers in vanilla TypeScript, plus a
    `manifest.json` that acts as the single source of truth for component
    options, events, methods and DOM markup contracts.
  - **`@42/styles`** — optional, fully customizable CSS theme for the headless
    controllers.
  - **`@42/react`** — React adapter (`useC42` hook, `<C42>` bridge component and
    per-component wrappers generated from the manifest).
  - **`@42/vue`** — Vue 3 adapter (`useC42` composable and per-component wrappers
    generated from the manifest).
  - **`@42/blade`** — auto-mount runtime that scans `data-c42-*` markup with a
    `MutationObserver`, hydrating controllers (Livewire-friendly `refresh()` /
    `unmount()`).

### Patch Changes

- Updated dependencies [95750c0]
  - @42/core@0.1.0
