moonbear/blade-components

Laravel Blade components

1.1.0 2019-10-15 22:04 UTC

This package is auto-updated.

Last update: 2024-04-26 12:44:26 UTC


README

This packages is a set of reusable, self-contained set of blade UI components. The default theme uses Bootstrap 4. You can extend and customize them as your liking and need.

A Word Of Warning

This is an internal-use package therefore the packagage is provided AS-IS without any support.

Prerequisites

Since the default theme uses Bootstrap 4.x, you have to install bootstrap and you can use the bootstrap preset for Laravel if you are starting a new project or add it as mentioned in Bootstrap 4 documentation.

Installation

```bash
composer require moonbear/blade-components
```

Usage

https://ball-ui.readthedocs.io/en/latest/

Publishing