Skip to content
Justin Geeslin edited this page Aug 17, 2018 · 4 revisions

Components

Reusable, declarative UI components. Amazing for cleaning up codebases of ugly single page applications.

Kitchen Sink, a pen.

Expand + Collapse

An expandable element. Great for FAQs.

What is my favorite sport?
HTML?

Accordion

Extends Expand + Collapse. An expandable element, but only one sibling can be opened at a time.

Section One
This is the first section. Only one section should be open at a time.

Input Filter

Use an input to filter a list of things. Filter its parent by default.

  • List 1
  • List J
  • List G

Sidebar

Sidebar, Off-canvas menu, etc.

Section 1

Clone this wiki locally