|
133 | 133 | <CCardBody>
|
134 | 134 | <p class="text-body-secondary small">
|
135 | 135 | Customize your toasts by removing sub-components, tweaking them with
|
136 |
| - <a href="https://coreui.io/docs/4.0/utilities/api">utilities</a>, or by adding your own |
| 136 | + <a href="https://coreui.io/docs/utilities/api">utilities</a>, or by adding your own |
137 | 137 | markup. Here we've created a simpler toast by removing the default
|
138 | 138 | <code><CToastHeader></code>, adding a custom hide icon from
|
139 |
| - <a href="https://icons.coreui.io">CoreUI Icons</a>, and using some |
140 |
| - <a href="https://coreui.io/docs/4.0/utilities/flex">flexbox utilities</a> to adjust the |
| 139 | + <a href="https://coreui.io/icons/">CoreUI Icons</a>, and using some |
| 140 | + <a href="https://coreui.io/docs/utilities/flex">flexbox utilities</a> to adjust the |
141 | 141 | layout.
|
142 | 142 | </p>
|
143 | 143 | <DocsExample href="components/toast.html#custom-content">
|
|
173 | 173 | <CCardBody>
|
174 | 174 | <p class="text-body-secondary small">
|
175 | 175 | Building on the above example, you can create different toast color schemes with our
|
176 |
| - <a href="https://coreui.io/docs/4.0/utilities/colors">color</a> and |
177 |
| - <a href="https://coreui.io/docs/4.0//utilities/background">background</a> utilities. |
| 176 | + <a href="https://coreui.io/docs/utilities/colors">color</a> and |
| 177 | + <a href="https://coreui.io/docs//utilities/background">background</a> utilities. |
178 | 178 | Here we've set <code>color="primary"</code> and added
|
179 | 179 | <code>.text-white</code> class to the <code><Ctoast></code>, and then set
|
180 | 180 | <code>white</code> property to our close button. For a crisp edge, we remove the default
|
|
0 commit comments