sagar-sti / react-stripe-menu

A clone of Stripe's animated menu using React, Styled Components and React-Flip-Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Stripe-style animated navbar menu

Built with React, Styled Components, and React-Flip-Toolkit.

  1. View the demo

  2. Read the tutorial

  3. Check out the code for the main dropdown component

Details

This animation demo explores how one might recreate Stripe's animated menu in React.

In order to keep the example as simple as possible, it focuses mainly on the animation aspect and therefore is not WAI-ARIA compliant. (Take a look at Stripe's full implementation for what seems to be a fully accessible nav menu component.)

There are multiple ways one could implement this animation, each with its own tradeoffs. This demo is particularly focused on developer ease of use.

About

A clone of Stripe's animated menu using React, Styled Components and React-Flip-Toolkit


Languages

Language:JavaScript 90.3%Language:HTML 6.8%Language:CSS 2.9%