Skip to content

Instantly share code, notes, and snippets.

@isbasex
Forked from iclanzan/components.md
Created August 6, 2018 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isbasex/bb24fc6e44d6eb340ba62c60cec17089 to your computer and use it in GitHub Desktop.
Save isbasex/bb24fc6e44d6eb340ba62c60cec17089 to your computer and use it in GitHub Desktop.
UI Component Name Ideas

UI component names

As front-end developers we all know the pain of coming up with meaningful component names for CSS classes. I created this gist as a place to collect terms that are suitable as user interface component names.

Please contribute your own ideas!

Interactive components

  • button
  • switch
  • toggle
  • slider
  • handle
  • tab
  • accordion
  • checkbox
  • input
  • textarea
  • control
  • dropdown

Layout components

  • grid
  • gutter
  • divider
  • compartment

Container components

  • container
  • layer
  • panel
  • pane
  • screen
  • window
  • view
  • viewbox
  • viewport
  • modal
  • dialog
  • prompt
  • popover
  • popup
  • alert
  • menu
  • contextmenu
  • list
  • player
  • slide
  • widget
  • section
  • header
  • footer
  • lightbox
  • inset

Typography components

  • title
  • heading
  • caption
  • paragraph
  • article

Misc. components

  • icon
  • badge
  • label
  • pin
  • message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment