mdshakeer / spell_it
Avoid confusion when spelling on the phone! Let us spell names, e-mail addresses, foreign words and technical terms automatically for you.
dev-master
2015-08-18 10:43 UTC
This package is not auto-updated.
Last update: 2026-03-29 03:24:59 UTC
README
Avoid confusion when spelling on the phone! Let us spell names, e-mail addresses, foreign words and technical terms automatically for you.
Installation:
```ruby gem 'spell_it', '~> 0.0.2' ``` # How to useSpellIt.word(word_to_spell) # You can pass your own css class for this table view SpellIt.word(word_to_spell,your_own_class)
Example:
<%= SpellIt.word("HelloWorld") %>
| HelloWord | |
|---|---|
| H | Hotel |
| e | Echo |
| l | Lima |
| l | Lima |
| o | Oscar |
| W | Whiskey |
| o | Oscar |
| r | Romeo |
| l | Lima |
| d | Delta |