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'])
@@ -25,7 +25,7 @@ description: null
@endcomponent -## Horizontal +### Horizontal @component('_partials.code-sample', ['class' => 'p-10 flex justify-center'])
diff --git a/docs/source/docs/examples/forms.blade.md b/docs/source/docs/examples/forms.blade.md index d95c72c95..49fa7fb66 100644 --- a/docs/source/docs/examples/forms.blade.md +++ b/docs/source/docs/examples/forms.blade.md @@ -1,12 +1,12 @@ --- extends: _layouts.documentation title: "Forms" -description: null +description: Examples of building forms with Tailwind CSS. --- -@include('_partials.work-in-progress-example') +Tailwind doesn't include purpose-built form control classes out of the box, but form controls are easy to style using existing utilities. -## Login Form +### Login Form @component('_partials.code-sample', ['class' => 'px-3 py-10 bg-grey-lighter flex justify-center'])
@@ -39,7 +39,7 @@ description: null
@endcomponent -## Inline Form +### Inline Form @component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
@@ -83,7 +83,7 @@ description: null
@endcomponent -## Form Grid +### Form Grid @component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
@@ -143,7 +143,7 @@ description: null
@endcomponent -## Underline Form +### Underline Form @component('_partials.code-sample', ['class' => 'flex justify-center p-8'])
diff --git a/docs/source/docs/examples/navigation.blade.md b/docs/source/docs/examples/navigation.blade.md index 75d8c14be..41880a74a 100644 --- a/docs/source/docs/examples/navigation.blade.md +++ b/docs/source/docs/examples/navigation.blade.md @@ -1,12 +1,12 @@ --- extends: _layouts.documentation title: "Navigation" -description: null +description: Examples of building navigation components with Tailwind CSS. --- -@include('_partials.work-in-progress-example') +Tailwind doesn't include pre-designed navigation components out of the box, but they're easy to build using existing utilities. -## Simple +### Simple @component('_partials.code-sample') @endcomponent -## Responsive Header +### Responsive Header @component('_partials.code-sample') @endcomponent -## Tabs +### Tabs @component('_partials.code-sample') @endcomponent -## Pills +### Pills @component('_partials.code-sample') @endcomponent -## Stretched +### Stretched @component('_partials.code-sample') @endcomponent -## Justified +### Justified @component('_partials.code-sample')