AdamEisfeld / react-dropdown

React Dropdown Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Dropdowns

sm.mov

A small project demonstrating a possible React DropdownMenu component.

Running:

cd path-to-react-dropdown
npm install
npm run dev

Features:

  • Custom components can be passed to represent the options / placeholder / reset children of the dropdown
  • Bi-directional display (up or down)
  • Supports container styling (apply corner radius, optional drop shadow, padding, etc to the container wrapped around the entire menu)
  • Tab support / auto-expands on focus
  • Animated expand / collapse
  • Supports "auto" direction which will pick a direction based on available space in the viewport
  • Automatically adjusts dropdown scale to ensure it doesn't extend outside

Todo:

  • Accessibility
  • Support left/right directions
image image

About

React Dropdown Menu Component


Languages

Language:TypeScript 91.3%Language:CSS 3.4%Language:JavaScript 3.3%Language:HTML 2.0%