OverReact Component Demos - UiComponent2

Button

Modify the source of /web/demos/button/button-examples.dart to play around with the component rendered below.

ListGroup / ListGroupItem

Modify the source of /web/demos/list-group/list-group-basic.dart to play around with the component rendered below.

Progress

Modify the source of /web/demos/progress/progress-basic.dart to play around with the component rendered below.

Tag

Modify the source of /web/demos/tag/tag-basic.dart to play around with the component rendered below.

ToggleButton (Checkbox)

Modify the source of /web/demos/toggle-button/toggle-button-checkbox.dart to play around with the component rendered below.

ToggleButton (Radio)

Modify the source of /web/demos/toggle-button/toggle-button-radio.dart to play around with the component rendered below.

Component That Throws A Caught Error

(Deprecated ErrorBoundary Component)

Modify the source of /web/demos/faulty-component.dart to play around with the component rendered below.

Component That Throws A Caught Error On Mount (every time)

(Default ErrorBoundary Component)

Modify the source of /web/demos/faulty-on-mount-component.dart to play around with the component rendered below. By default nothing is rendered except an empty div.

Component That Throws A Caught Error On Mount with Fallback (every time)

(Default ErrorBoundary Component)

Modify the source of /web/demos/faulty-on-mount-component.dart to play around with the component rendered below. By default nothing is rendered except an empty div.

Component That Throws A Caught Error

(Custom Error Boundary Component)

Modify the source of /web/demos/faulty-component.dart to play around with the component rendered below.

Component That Throws an Uncaught Error

Modify the source of /web/demos/faulty-component.dart to play around with the component rendered below.

Component That Has Invalid PropTypes

Modify the source of /web/demos/prop_validation.dart to play around with the component rendered below.

Fragment Component

List Component

String Component

Num Component