-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Sistent] Select component doc #6177
base: master
Are you sure you want to change the base?
Conversation
522ad3b
to
499335b
Compare
🚀 Preview for commit 499335b at: https://67824d17b7b47945fd85e5f8--layer5.netlify.app |
Hi @Vidit-Kushwaha , I finished adding the Select component. Could you help review the PR? Thank you! |
@nganphan123 adding it as an agenda item to the meeting minutes. |
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
Signed-off-by: nganphan123 <[email protected]>
499335b
to
4e9faf2
Compare
🚀 Preview for commit 4e9faf2 at: https://678f00671bfff88dee48846d--layer5.netlify.app |
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.
Else look good to me
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 can make this components generic so we can use them through out different component documentation
@@ -0,0 +1,13 @@ | |||
import React from "react"; |
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.
no need of separate file for header. There is file where all components are mentioned.
import React, { useState } from "react"; | ||
import Code from "../../../../../components/CodeBlock"; | ||
|
||
export const CodeBlock = ({ name, code }) => { |
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.
no need of this. using existing code block component
import TabButton from "../../../../../reusecore/Button"; | ||
import React from "react"; | ||
import { useLocation } from "@reach/router"; | ||
export default function SectionNav() { |
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.
what is use of this file? Routing is done in one of same file where you have defined component. Checkout existing components.
Description
This PR fixes #5957
Notes for Reviewers
Signed commits