Textbox
This is a custom html textbox which is developed using simple html and css. You can also modify this button control as per your design.
Installation instruction
npm install cdl-textbox --save
Instruction to use the package
How to use?
Please follow below instruction to implement custom textbox in your angular application.
import { TextboxModule } from 'cdl-textbox'; //in module
imports: [
TextboxModule
]
// In your component html file
<cdl-textbox
height="34"
width="300"
color="red"
placeHolder="Hello World"