Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 647 Bytes

Responsive Snippets

A collection of quick snippets you can use on your REC sites.

See folders for each snippet, or press "t" here in Github to start searching for a snippet.

Contributing Guidelines

Please submit Pull Requests with new or modified snippets, or Issues for ideas and new features.

Default snippet folder structure (e.g. currency-converter)

├── currency-converter
│   ├── css
│   │   └── currency-convertor.css
│   ├── js
│   │   ├── currency-convertor.js
│   │   └── lib
│   │       └── money.min.js
│   └── README.md