k8ordo
  • UI
  • Form
  • State
  • Router
  • Static
  • Server
Switch to dark mode
  • Get Started
  • Theming
  • i18n
  • Components
  • Hooks
  • Helpers
  • AI
k8ordo

React libraries that use Baseline features without holding back.

Packages
  • @k8ordo/ui
  • @k8ordo/form
  • @k8ordo/state
  • @k8ordo/router
  • @k8ordo/static
  • @k8ordo/server
UI
  • Get Started
  • Theming
  • i18n
  • Components
  • Hooks
  • Helpers
  • AI Chat
  • Generative UI
  • AI Agents
  • Storybook
Resources
  • GitHub
  • npm

© 2026 k8o — MIT License

Typeset in Noto Sans JP & M PLUS 2

Helpers

A catalog of helper functions provided by k8ordo UI.

Styling

cn

A class name utility combining clsx and tailwind-merge.

React

mergeRefs

A utility that merges multiple refs into a single element.

mergeProps

A utility that merges multiple props together, properly combining className and event handlers.

chain

A utility that creates a function that calls multiple functions in order.

createSafeContext

A utility that creates a Context that throws clearly when accessed outside its Provider.