From 082c7ef91f1f991eb86e5c67dcba9238e445d8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Tue, 13 Oct 2020 18:10:39 +0200 Subject: [PATCH] chore(docs): use new slot syntax everywhere --- src/components/avatar/README.md | 2 +- src/components/card/README.md | 22 +++++----- src/components/carousel/README.md | 2 +- src/components/dropdown/README.md | 4 +- src/components/form-checkbox/README.md | 2 +- src/components/form-radio/README.md | 2 +- src/components/form-select/README.md | 4 +- src/components/form-tags/README.md | 10 ++--- src/components/input-group/README.md | 10 ++--- src/components/jumbotron/README.md | 8 ++-- src/components/media/README.md | 16 ++++---- src/components/modal/README.md | 10 ++--- src/components/navbar/README.md | 4 +- src/components/overlay/README.md | 10 ++--- src/components/pagination-nav/README.md | 12 +++--- src/components/pagination/README.md | 12 +++--- src/components/popover/README.md | 10 ++--- src/components/sidebar/README.md | 4 +- src/components/skeleton/README.md | 2 +- src/components/table/README.md | 54 ++++++++++++------------- src/components/tabs/README.md | 10 ++--- src/components/toast/README.md | 2 +- src/icons/README.md | 2 +- 23 files changed, 107 insertions(+), 107 deletions(-) diff --git a/src/components/avatar/README.md b/src/components/avatar/README.md index 11fe2f93ba4..8bb0d5d604f 100644 --- a/src/components/avatar/README.md +++ b/src/components/avatar/README.md @@ -385,7 +385,7 @@ Add textual content to the badge by supplying a string to the `badge` prop, or u - + diff --git a/src/components/card/README.md b/src/components/card/README.md index 0be32299024..4b406c4c2cd 100644 --- a/src/components/card/README.md +++ b/src/components/card/README.md @@ -217,12 +217,12 @@ You can control the wrapper element tags used by setting the `header-tag` and `f -