Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farski/stateface-rails


https://github.com/farski/stateface-rails

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Stateface::Rails

In application.css

*= require propublica/stateface

In your views

<%= 'ma'.to_stateface %>

will map a state abbreviation (CA, HI, MA, etc) to the corresponding letter StateFace uses.

Or create a span tag with the class for an abbreviation.

<%= stateface_tag('ma') %>

or use font-face: StateFace however you'd like