Steps

Follow this process for a new component showcase section.

  • Add the component entry to lib/component-catalog.ts.
  • Add renderer support in components/component-showcase.tsx.
  • Add or reuse CSS classes in app/globals.css.
  • Check light, dark, mobile, hover, focus, selected, disabled, and loading states.
  • The documentation reference page is generated automatically from the component catalog.
  • Run npm run check.