mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Docs: Add .table class to color tables example (#41691)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ Use contextual classes to color tables, table rows or individual cells.
|
||||
|
||||
<Code code={[
|
||||
`<!-- On tables -->`,
|
||||
...getData('theme-colors').map((themeColor) => `<table class="table-${themeColor.name}">...</table>`),
|
||||
...getData('theme-colors').map((themeColor) => `<table class="table table-${themeColor.name}">...</table>`),
|
||||
`
|
||||
<!-- On rows -->`,
|
||||
...getData('theme-colors').map((themeColor) => `<tr class="table-${themeColor.name}">...</tr>`),
|
||||
|
||||
Reference in New Issue
Block a user