This package will let you render Undraw.co illustrations without a hassle!
You can install the package via composer:
composer require maartenpaauw/undraw
The following code will render the Undraw.co "Cooking" illustration as SVG.
<x-undraw illustration="cooking" />
This component can also be rendered with;
<x-cooking />
The primary color can be changed as well;
<x-cooking color="#F9A826" />
composer test
Generate the illustration components with:
composer download
composer generate-classes
composer generate-service-provider
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
- Undraw.co - for the amazing illustrations.
- Maarten Paauw
- All Contributors
The MIT License (MIT). Please see License File for more information.