initial docs
This commit is contained in:
22
contents/docs/getting-started/components/tooltips/index.mdx
Normal file
22
contents/docs/getting-started/components/tooltips/index.mdx
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Tooltips
|
||||
description: This section previews the Tooltips component.
|
||||
date: 19-02-2025
|
||||
---
|
||||
|
||||
I have implemented the `tooltips` component into markdown which is ready to use.
|
||||
|
||||
## Usage
|
||||
You can use tooltips in your Markdown content to provide additional information when hovering over a word or phrase.
|
||||
|
||||
### Preview
|
||||
|
||||
What do you know about <Tooltip text="DocuBook" tip="npx @docubook/create@latest" /> ? Create interactive nested documentations using MDX.
|
||||
|
||||
### Code
|
||||
|
||||
The above Markdown is converted to:
|
||||
|
||||
```markdown:index.mdx
|
||||
What do you know about <Tooltip text="DocuBook" tip="npx @docubook/create@latest" /> ? Create interactive nested documentations using MDX.
|
||||
```
|
||||
Reference in New Issue
Block a user