{"id":24362220,"url":"https://github.com/zen0x7/nova-gridder","last_synced_at":"2025-04-10T10:44:07.028Z","repository":{"id":49106637,"uuid":"218877527","full_name":"Zen0x7/nova-gridder","owner":"Zen0x7","description":"Customize Nova Resource Details using Tailwind Grid System and more","archived":false,"fork":false,"pushed_at":"2021-06-28T19:30:16.000Z","size":61,"stargazers_count":16,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T10:47:27.719Z","etag":null,"topics":["grid-system","laravel-nova","tailwindcss"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zen0x7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-31T23:23:45.000Z","updated_at":"2023-09-05T11:40:02.000Z","dependencies_parsed_at":"2022-08-27T23:22:37.770Z","dependency_job_id":null,"html_url":"https://github.com/Zen0x7/nova-gridder","commit_stats":null,"previous_names":["zen0x7/nova-gridder","spiritsaint/nova-gridder"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2Fnova-gridder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2Fnova-gridder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2Fnova-gridder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zen0x7%2Fnova-gridder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zen0x7","download_url":"https://codeload.github.com/Zen0x7/nova-gridder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248200560,"owners_count":21063917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grid-system","laravel-nova","tailwindcss"],"created_at":"2025-01-18T22:50:54.859Z","updated_at":"2025-04-10T10:44:07.005Z","avatar_url":"https://github.com/Zen0x7.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova Gridder\n\nThis package allows customize your resource details using grid and class systems.\n\n## Example\n\n![Example](https://github.com/demency/nova-gridder/blob/master/example.png)\n\n## Requirements\n\nThis package requires:\n\n- PHP ^7.3.\n- Laravel Nova ^2.0 or ^3.0.\n\n##  Installation\n\nYou can install this package in a Laravel app that uses Nova via composer:\n\n```\ncomposer require demency/nova-gridder\n```\n\n## Usage\n\nAdd the following code in your own resource implementation:\n\n```php\n\u003c?php\n\n...\n\nclass YourResource extends Resource {\n\n    ...\n\n    public function fields(Request $request)\n    {\n        return [\n            ...\n\n            // Are you ready?\n            // --------------\n            // 1. Use gridder method\n            // 2. Set options for rendering\n            // 3. See the results\n            Field::make(__('Column'), 'column') // Use whatever Field\n                -\u003egridder([\n                    'labelSize' =\u003e 'w-full',\n                    'contentSize' =\u003e 'w-full',\n                    'panelSize' =\u003e 'w-1/5', // Use field as box in a Panel\n                    'additionalLabelClasses' =\u003e 'text-center',\n                    'additionalContentClasses' =\u003e 'text-center py-2',\n                    'additionalPanelClasses' =\u003e '', // This remove the border-bottom per field\n                ])\n        ];\n    }\n```\n\n## Changelog\n\n### 1.0.1\n\n- Now support nova 3.0.\n- Some wrong type fixed.\n\n### 1.0.0\n\n- Recently published.\n\n## Disclaimer\n\nThis package isn't tested. Feel free to make PR with improvements.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzen0x7%2Fnova-gridder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzen0x7%2Fnova-gridder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzen0x7%2Fnova-gridder/lists"}