function AxesShowcase()

in packages/showcase/showcase-sections/axes-showcase.js [141:152]


function AxesShowcase() {
  return (
    <article id="axes">
      <h2>Axes</h2>
      {AXES.map(mapSection)}
      <h2>Tooltips</h2>
      {TOOLTIPS.map(mapSection)}
      <h2>DecorativeAxis</h2>
      {DECORATIVE_AXES.map(mapSection)}
    </article>
  );
}