mdshakeer/spell_it

在手机上拼写时避免混淆!让我们自动为您拼写名字、电子邮件地址、外语和技术术语。

dev-master 2015-08-18 10:43 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:03:53 UTC


README

在手机上拼写时避免混淆!让我们自动为您拼写名字、电子邮件地址、外语和技术术语。

Gem Version Dependency Status Code Climate Packagist Downloads Monthly Downloads

安装

```ruby gem 'spell_it', '~> 0.0.2' ``` # 使用方法
		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") %>