-
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
Add TextField component to the sistent components page #5948 #6008
Add TextField component to the sistent components page #5948 #6008
Conversation
🚀 Preview for commit bfd7e4c at: https://6713d1eb18a026d785930e4c--layer5.netlify.app |
Signed-off-by: nooras <[email protected]>
bfd7e4c
to
76aae33
Compare
🚀 Preview for commit 76aae33 at: https://6713d883ee5caad9b39ed31e--layer5.netlify.app |
@nooras Please add it as an agenda item to the meeting minutes. |
adding |
<SistentLayout title="TextField" > | ||
<div className="content"> | ||
<a id="Identity"> | ||
<h2>TextField</h2> |
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.
Text Field
@@ -0,0 +1,19 @@ | |||
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.
@nooras isn't code block component already there then why creating new?
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.
merge conflicts... |
@vishalvivekm @sudhanshutech @SAHU-01 @nebula-aac |
🚀 Preview for commit d2c1f52 at: https://671939227bdcdc52dccce67e--layer5.netlify.app |
🚀 Preview for commit ff800ee at: https://6719f7a3f1138a8875d68370--layer5.netlify.app |
Description
Add TextField component to the sistent components page
This PR fixes #
#5948
Notes for Reviewers
Signed commits
Screenshot: