Skip to content

mahavishnup/filament-char-counter

 
 

Repository files navigation

Filament Char Counter

Installation

composer require wiebenieuwenhuis/filament-char-counter

Usage

Show a character counter in a text input or textarea.

TextInput with a 55 max counter, you can exceed the 55 character limit, the counter will turn red.

TextInput::make('title')->characterLimit(55),

Textarea with a max length of 55 characters. You can't exceed the 55 character limit.

Textarea::make('content')->maxLength(55),

screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Blade 82.7%
  • PHP 14.4%
  • JavaScript 2.7%
  • CSS 0.2%