ruby static method

DomProps ruby([
  1. Map? backingMap
])

Returns a new builder that renders a <ruby> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps ruby([Map? backingMap]) => DomProps(react.ruby, backingMap);