nori-ui

Box

Generic container primitive; the library's <View>.

At a glance

  • Thin wrapper over RN <View> / web <div> with className pass-through.
  • Use for ad-hoc containers; reach for HStack / VStack for aligned rows/columns.

Web preview

Native preview

Props

PropTypeDefaultDescription
classNamestringNativeWind class overrides
childrenReactNodeContents

On this page