wiebenieuwenhuis/filament-char-counter

Count the amount of characters in a field
8,629 27
Install
composer require wiebenieuwenhuis/filament-char-counter
Latest Version:1.1.5
PHP:^8.0
Last Updated:Jun 7, 2023
Links: GitHub  ·  Packagist
Maintainer: sweebee

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

Related Packages

livewire/flux

The official UI component library for Livewire.

8,762,344 957
infyomlabs/adminlte-templates

AdminLTE templates for InfyOm Laravel Generator

1,622,856 266
garygreen/pretty-routes

Pretty routes for Laravel 5+

1,326,775 650
infyomlabs/swagger-generator

Swagger Generator for InfyOm Laravel Generator

1,111,507 114
snowfire/beautymail

Send beautiful html emails with Laravel

757,901 1,312