lee-to/moonshine-input-extension-char-count

Input extension - display the number of characters

1.0.0 2023-04-20 17:40 UTC

This package is auto-updated.

Last update: 2024-04-20 19:49:48 UTC


README

Input extension - display the number of characters

Input extension - display the number of characters for MoonShine

Installation

    composer require lee-to/moonshine-input-extension-char-count
    use Leeto\InputExtensionCharCount\InputExtensions\CharCount;

    //
    Text::make('Field')
        ->extension(new CharCount()),