All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jwebmp.plugins.textinputeffects.inputs.set1.KyoInput Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
package com.jwebmp.plugins.textinputeffects.inputs.set1;

import com.jwebmp.core.base.html.Input;
import com.jwebmp.core.base.html.Label;
import com.jwebmp.core.base.html.Span;
import com.jwebmp.core.plugins.ComponentInformation;

/**
 * Creates a haruki input style
 */
@ComponentInformation(name = "Kyo Input Effect",
		description = "A very nice effect for inputs",
		url = "https://tympanus.net/Development/TextInputEffects/index2.html")
public class KyoInput
		extends Set1InputEffect
{
	/**
	 * Creates a new haruki styled input
	 *
	 * @param input
	 * @param label
	 * @param content
	 */
	public KyoInput(Input input, Label label, Span content)
	{
		super("kyo", input, label, content);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy