Skip to content
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

Need to check grammar and clean the text in document - Solved #219

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions components/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Document = () => {
2. Type of components 💾
</h3>
<p className="text-left font-medium">
Currently we do have around 10 type of components
Currently we have around 10 different types of components
</p>
<p className="pt-4 font-medium">
Please check
Expand All @@ -41,29 +41,29 @@ const Document = () => {
</h3>
<div className="text-left font-medium">
<p className="pb-3">
- You can search required components like &apos;Buttons, Forms,
- You can search some of the required components like &apos;Buttons, Forms,
Navbars, Alerts&apos; from the components page.
</p>
<p className="pb-3">
- Goto required component page and try different UI code from
- Go to the required component page and try different UI code from
embeded codepen.
</p>
<p className="pb-3">
- Goto required component page and try different UI code from
- Go to the required component page and try different UI code from
embeded codepen.
</p>
<p className="pb-3">
- For specific components like &apos;Navbars&apos; you can open/
close the HTML tab to simulate the mobile responsiveness
</p>
<p className="pb-3">
- Addition to that, we can open the specific codepen in new tab by
click &apos;EDIT ON CODEPEN&apos;
- In addition to that, we can open the specific codepen in a new tab by
clicking &apos;EDIT ON CODEPEN&apos;
</p>
<p className="bg-rose-500 rounded-lg mt-4 py-2 px-4 text-white font-bold">
🚀 NOTE: It may take 2-3 second for codepen page to load as, the
🚀 NOTE: It may take 2-3 seconds for the codepen page to load due to the
page is heavy in size. Any contributors who can solve this issue can
connect by github
connect by Github
</p>
</div>
</div>
Expand Down