Skip to main content

React

Key Packagesโ€‹

  • HeadlessUI

    • Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
  • clsx

    A tiny (228B) utility for constructing className strings conditionally. Also serves as a faster & smaller drop-in replacement for the classnames module.

    const clsx = require('clsx');
    clsx('foo', 'bar', ['red', 'blue']); // => 'foo bar red blue'

Hooksโ€‹

Contextโ€‹