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.
This is an internal-use package therefore the packagage is provided AS-IS without any support.
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.
```bash
composer require moonbear/blade-components
```