Back to Remix

Minor.01 Add Mixin System And Core Helpers

packages/component/.changes/minor.01-add-mixin-system-and-core-helpers.md

2.11.1318 B
Original Source

Add the new host mix prop and mixin authoring APIs in @remix-run/component.

New exports include:

  • createMixin
  • MixinDescriptor, MixinHandle, MixinType, MixValue
  • on(...)
  • ref(...)
  • css(...)

This enables reusable host behaviors and composable element capabilities without bespoke host props.