Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.65 KB

UI.md

File metadata and controls

23 lines (22 loc) · 1.65 KB

UI

  • <Portal> — creates React portal into document's body.
  • <Overlay> — creates an overlay over the whole page.
  • <Modal> — creates an overlay and keeps focus in modal.
  • <Dimmer> — Dims its parent element.
  • <Dimmable> — Dims its children.
  • <Parallax> — Creates parallax effect when user scrolls.
  • <FullScreen> — displays children in full screen.
  • <Slider> — provides mouse position inside element when scrubbing.
  • <DropArea> — area where to copy-paste and drop files.
  • <Group> — separates its children using a separator.
  • <OutsideClick> — tracks clicks outside its children.
  • <Ripple> — creates a material-design-like ripple effect.
  • <Img> — render-prop for <img> to handle loading and error states.
  • <WidthQuery> — Renders the <View> child that matches a query.
  • <WindowWidthQuery><WidthQuery> that uses <WindowWidthSensor>.
  • <InlineWidthQuery><WidthQuery> that uses <WidthSensor>.
  • <Audio> — render-prop for <audio> element.
  • <Video> — render-prop for <video> element.
  • <Speak> — synthesizes human voice.
  • <Vibrate> — vibrates user's device.
  • <Alert> — displays alert() modal.