Skip to content
Prev Previous commit
Expand definition of HorizontalRule from MDN documentation
Co-Authored-By: koke <jbernal@gmail.com>
  • Loading branch information
gziolo and koke authored Apr 17, 2019
commit ad913ef354ef14d13a613ccb17ec122777b27647
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HorizontalRule

A drop-in replacement for the hr element that works on the web and the mobile apps.
A drop-in replacement for the HTML [hr](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr) element that works both on the web and in the mobile apps. It represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.

## Usage

Expand Down