diff --git a/docs/source/docs/examples/alerts.blade.md b/docs/source/docs/examples/alerts.blade.md index 0680e4724..0f278c8c6 100644 --- a/docs/source/docs/examples/alerts.blade.md +++ b/docs/source/docs/examples/alerts.blade.md @@ -1,10 +1,10 @@ --- extends: _layouts.documentation title: "Alerts" -description: null +description: Examples of building alert components with Tailwind CSS. --- -@include('_partials.work-in-progress-example') +Tailwind doesn't include pre-designed alert components out of the box, but they're easy to build using existing utilities. ### Traditional diff --git a/docs/source/docs/examples/buttons.blade.md b/docs/source/docs/examples/buttons.blade.md index 36fc7e9d1..37446e68a 100644 --- a/docs/source/docs/examples/buttons.blade.md +++ b/docs/source/docs/examples/buttons.blade.md @@ -1,10 +1,10 @@ --- extends: _layouts.documentation title: "Buttons" -description: null +description: Examples of building buttons with Tailwind CSS. --- -@include('_partials.work-in-progress-example') +Tailwind doesn't include pre-designed button styles out of the box, but they're easy to build using existing utilities. ### Simple diff --git a/docs/source/docs/examples/cards.blade.md b/docs/source/docs/examples/cards.blade.md index 03512607e..076cc4ae3 100644 --- a/docs/source/docs/examples/cards.blade.md +++ b/docs/source/docs/examples/cards.blade.md @@ -1,12 +1,12 @@ --- extends: _layouts.documentation title: "Cards" -description: null +description: Examples of building card components with Tailwind CSS. --- -@include('_partials.work-in-progress-example') +Tailwind doesn't include pre-designed card components out of the box, but they're easy to build using existing utilities. -## Stacked +### Stacked @component('_partials.code-sample', ['class' => 'p-10 flex justify-center'])