diff --git a/packages/ui-kit/docs/documentation.md b/packages/ui-kit/docs/documentation.md index 373e1449637..c537bf64799 100644 --- a/packages/ui-kit/docs/documentation.md +++ b/packages/ui-kit/docs/documentation.md @@ -8,14 +8,19 @@ The HydePHP UI Kit is a collection of minimalistic and un-opinionated TailwindCS indented to be used with HydePHP. Note that these components may require CSS classes not present in the bundled app.css file and that you may need to recompile the CSS file using the included Laravel Mix configuration. -## Preface +## Screenshot -Please make sure you're familiar with [Laravel Blade](https://laravel.com/docs/blade) before using the HydePHP UI Kit. +Here are some of the components you can use to build your next project! As you can see, all components support both light and dark mode out of the box, just like the rest of HydePHP. + +![Components Screenshot](https://github.com/raw/hydephp/ui-kit/art/header-large.png) ->info Tip: Most components allow you to pass any additional HTML attributes to the element! ## Components +Please make sure you're familiar with [Laravel Blade](https://laravel.com/docs/blade) before using the HydePHP UI Kit. + +>info Tip: Most components allow you to pass any additional HTML attributes to the element! + ### Buttons #### Primary