Skip to content

Commit 0d53916

Browse files
committed
docs: improve content
1 parent a13fc2f commit 0d53916

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/docs/content/components/dropdown.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Make the dropup menu centered above the toggle by adding `direction="dropup-cent
310310
</CDropdown>
311311
```
312312

313-
### Dropright
313+
### Dropend
314314

315315
Trigger dropdown menus at the right of the elements by adding `direction="dropend"` to the `<CDropdown>` component.
316316

@@ -339,7 +339,7 @@ Trigger dropdown menus at the right of the elements by adding `direction="dropen
339339
</CDropdown>
340340
```
341341

342-
### Dropleft
342+
### Dropstart
343343

344344
Trigger dropdown menus at the left of the elements by adding `direction="dropstart"` to the `<CDropdown>` component.
345345

packages/docs/content/components/tooltip.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ import { CTooltip, CButton, CLink } from '@coreui/react/src/index'
1414
Hover over the links below to see tooltips:
1515

1616
<Example className="text-medium-emphasis">
17-
Tight pants next level keffiyeh <CTooltip content="Tooltip text"><CLink>you probably</CLink></CTooltip>
17+
Tight pants next level keffiyeh <CTooltip content="Tooltip text"><CLink>you&nbsp;probably</CLink></CTooltip>
1818
haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown.
19-
Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <CTooltip content="Tooltip text"><CLink>have a</CLink></CTooltip>
19+
Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <CTooltip content="Tooltip text"><CLink>have&nbsp;a</CLink></CTooltip>
2020
terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu
2121
biodiesel williamsburg marfa, four loko mcsweeney''s cleanse vegan chambray. A really ironic
22-
artisan <CTooltip content="Tooltip text"><CLink>whatever keytar</CLink></CTooltip>
23-
scenester farm-to-table banksy Austin <CTooltip content="Tooltip text"><CLink>twitter handle</CLink></CTooltip>
22+
artisan <CTooltip content="Tooltip text"><CLink>whatever&nbsp;keytar</CLink></CTooltip>
23+
scenester farm-to-table banksy Austin <CTooltip content="Tooltip text"><CLink>twitter&nbsp;handle</CLink></CTooltip>
2424
freegan cred raw denim single-origin coffee viral.
2525
</Example>
2626

27+
2728
```jsx
2829
<p className="text-medium-emphasis">
2930
Tight pants next level keffiyeh

0 commit comments

Comments
 (0)