-
Notifications
You must be signed in to change notification settings - Fork 27
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
Molecules Redesign #146
Comments
|
//priority |
|
In above molecules Props:-
|
share button |
Login Input
Props
type <mobile | password | email | aadhaar>
value <string | number>
onChange <function>
placeholder <string>
Keep in mind:
Ticket:- #149
Login
Props
title? <string>
onLogin <function>
jwksUrl? <string>
nextRoute? <string>
styles? <object>
Keep in mind:
Ticket:- #150
Language Picker
Props
languages <array>
activeLanguage <string>
handleLanguageClick <function>
styles? <object>
Keep in mind:
Ticket:- #151
Sidebar
Props
showProfileIcon? <boolean>
showLangSwitcher? <boolean>
profileText? <string>
links <array>
handleLogOutButton <function>
onToggle <function>
isOpen <boolean>
styles? <object>
Keep in mind:
Ticket:- #152
Navbar
Props
brandName? <string>
showHamburgerMenu? <boolean>
leftHomeIcon? <array>
centerLogoIcons? <array>
rightLogoIcons? <array>
onToggle <function>
isOpen <boolean>
styles? <object>
Keep in mind:
Ticket:- #153
Blinking Spinner
Props
styles? <object>
Ticket:- #154
FullPageLoader
Props
loading? <boolean>
label <string>
styles? <object>
Ticket:- #155
JsonToTable
Props
json <any>
id <string>
styles? <object>
Ticket:- #156
List
Props
items <array>
noItem? <object>
styles? <object>
Keep in mind:
Ticket:- #157
OTP Input
Props
separator <React.ReactNode>
length <number>
value <string>
onChange <function>
styles? <object>
Ticket:- #158
Transliteration Input
Props
placeholder? <string>
multiline? <boolean>
rows? <number>
cols? <number>
value <string>
setValue <function>
onEnter <function>
styles? <object>
Ticket:- #159
Share Button
Props
allowDownloadChat? <boolean>
allowShareChat? <boolean>
handleDownloadButton <function>
handleShareButton <function>
styles? <object>
Ticket:- #160
Voice Record
Props
showVoiceRecorder? <boolean>
delayBetweenDialogs <number>
handleVoiceRecorder <function>
styles? <object>
Ticket:- #161
Modal
Props
showCrossIcon? <boolean>
showModal <boolean>
children <React.ReactNode>
height? <string>
width? <string>
heading? <string>
handleActionButton <function>
handleCancelButton <function>
styles? <object>
Ticket:- #162
Feedback
Props
showReviewBox? <boolean>
showRatingBox? <boolean>
star <number>
review <string>
onChangeReview <function>
onChangeRating <function>
handleFeedback <function>
styles? <object>
Keep in mind:
Ticket:- #163
The text was updated successfully, but these errors were encountered: