An open API service indexing awesome lists of open source software.

https://github.com/kellymears/bud-plugin-blade-support

@tinypixelco/bud-plugin-blade-support
https://github.com/kellymears/bud-plugin-blade-support

Last synced: 9 months ago
JSON representation

@tinypixelco/bud-plugin-blade-support

Awesome Lists containing this project

README

          

# @tinypixelco/bud-plugin-blade-support

## Usage

- `yarn add @tinypixelco/bud-plugin-blade-support`
- `yarn generate bud-plugin-blade-support`
- add `render.blade.php` to your `src/blocks/{blockname}/` directory anywhere you want to render a dynamic block.
- block attributes available through `$attr`. It is cast as an object. Explore using `@dd` helper if you're unsure of the shape of this object.