small

ReactElement small([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates a <small> element.

Implementation

ReactElement small([
  Map<String, Object?>? props,
  List<ReactElement>? children,
]) => domElement('small', props, children);