processton-io/processton-grid-list

This package will generate grid and list

1.1.0 2024-07-12 09:33 UTC

This package is auto-updated.

Last update: 2024-09-12 09:52:10 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Generate Grid for processton client

Installation

You can install the package via composer:

composer require processton-io/processton-grid-list

Usage

generateGrid

ProcesstonGridList::generateGrid(
    $title, 
    $items,
    $icon,
    $subTitle,
    $attachments,
    $actions,
    $width,
    $name
)

generateGridData

ProcesstonGridList::generateGridData(
    $title,
    $subtitle,
    $items,
    $actions,
)

generateGridItem

ProcesstonGridList::generateGridItem(
    $title,
    $subtitle,
    $type,
    $icon,
    $image,
    $link,
    $actions,
    $width,
)

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email ahmadkokab@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.