Avoid confusion when spelling on the phone! Let us spell names, e-mail addresses, foreign words and technical terms automatically for you.
```ruby gem 'spell_it', '~> 0.0.2' ``` # How to use SpellIt.word(word_to_spell)
# You can pass your own css class for this table view
SpellIt.word(word_to_spell,your_own_class)
<%= SpellIt.word("HelloWorld") %>
HelloWord | |
---|---|
H | Hotel |
e | Echo |
l | Lima |
l | Lima |
o | Oscar |
W | Whiskey |
o | Oscar |
r | Romeo |
l | Lima |
d | Delta |