Skip to content

Instantly share code, notes, and snippets.

@zetareticoli
Created November 18, 2017 17:01
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 zetareticoli/e1f192885e6eabc62178a3a693d29c92 to your computer and use it in GitHub Desktop.
Save zetareticoli/e1f192885e6eabc62178a3a693d29c92 to your computer and use it in GitHub Desktop.
Pattern info
# Pattern name
Succinct description of the pattern
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: Live Pattern Demo ::
:: ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
## Pattern Variations
List all variations of the pattern
## Pattern code
```
Pattern code goes here
```
## Usage
What do users need to know in order to properly implement this pattern? Discuss any UX, visual, frontend, accessibility, content, backend, etc considerations. Show do's and don'ts. When should users consider an alternative pattern? Include [links](https://www.website.com/) to internal and external resources.
## Code Documentation
- `.c-pattern` - Required - Here's a description of what this selector does
- `.c-pattern--modifier` - Optional - Here's a description of an optional selector that can be appended to the pattern
- `.c-pattern__child` - Required - Here's a description of what this code does
## Meta info
- Pattern status - Complete, in progress, deprecated, etc
- Version number - i.e. 1.3.0
- Changelog - Last updated date with a link to its history
- People - Who owns it? Where should people go for support/questions?
- Dependencies - Requirements and dependencies (also reflect in code documentation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment