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.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Language:Ruby
This package is not auto-updated.
Last update: 2025-08-31 00:23:30 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 |