Remix
Remix
remix/ui/button · MixinView Source

baseStyle

Summary

Base button styling with the default type="button" behavior for <button> hosts. Compose with a tone style (e.g. primaryStyle) when applying button styling without using the Button component.

Signature

const baseStyle: readonly [
  MixinDescriptor<Element, [], ElementProps>,
  CSSMixinDescriptor,
];