-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature component disclosure interaction #278
Feature component disclosure interaction #278
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not use npm
, instead we use yarn
. Also, you cannot downgrade the next
version. Please remove package-lock
and update PR.
} | ||
|
||
.disclosure-sheet { | ||
position: absolute; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use tailwindcss.
--- | ||
title: Disclosure Interaction | ||
description: The DisclosureInteraction component is an interactive button that expands into a small sheet when clicked. This sheet provides six options (e.g., Project, Task, Note, etc.) and includes a close button to collapse the sheet back to its original state. The component features smooth animations for expanding and collapsing, and is styled using a clean and modern UI design. | ||
author: YourTwitterUsername |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Twitter username is missing
|
||
<Step>Update `tailwind.config.js`</Step> | ||
|
||
Add the following to your tailwind.config.js file. | ||
|
||
```json | ||
module.exports = { | ||
theme: { | ||
extend: { | ||
} | ||
} | ||
} | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unused steps
|
||
Built by [Your name](https://github.com/YourGithubUsername) | ||
|
||
...Add appropriate credits here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update this
Please use 'lucide-react` icons and improve the animation as well :) |
Okay I will work on the issues |
I mistakenly triggered the preview-deployment for this pull request. Could you please avoid approving the deployment or cancel the approval request? |
package.json
Outdated
@@ -46,7 +46,7 @@ | |||
"lodash.startcase": "^4.4.0", | |||
"lucide-react": "^0.390.0", | |||
"mdast-util-toc": "^7.1.0", | |||
"next": "14.2.10", | |||
"next": "13.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IngaleChinmay04 Please undo this change (and yarn.lock) changes.
@IngaleChinmay04 The deployment is automatic and it's nothing to worry. |
I have updated the package.json and added yarn.lock and also steps in mdx file. |
yarn.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IngaleChinmay04 yarn.lock
is still here. This file shouldn't change as you haven't added any new dependencies.
I have replcaed the yarn.lock file which was there in main branch to avoid changes |
Your PR should not have the
|
@IngaleChinmay04 please create a fresh PR with only those 3 files. Make sure to pull the latest main first. I am closing this one. |
The DisclosureInteraction component is an interactive button that expands into a small sheet when clicked. This sheet provides six options (e.g., Project, Task, Note, etc.) and includes a close button to collapse the sheet back to its original state. The component features smooth animations for expanding and collapsing, and is styled using a clean and modern UI design.
Closes #271
Recording.2024-10-03.004638.mp4