-
Notifications
You must be signed in to change notification settings - Fork 105
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 common React components #272
Comments
Hi @meganindya, I have created a common component for text button. |
The repo isn't configured to develop individual components independently yet. Until, there is such a setup, you need to try some hacks. What I do is temporarily comment out everything in the entry file (now it's |
@disha1202 The mockups link is in the description. |
Thanks for sharing! |
@meganindya i came across a textbox which can fit the overall style of the website , the props can be passed as:
below is an image presenting the same : |
@meganindya which common react components are still available for which I can still contribute. |
@meganindya any updates? |
I will start working on it ! |
@meganindya Is WIconButton done? If not, can I work on it? There are pull requests but none of them have been merged, so just confirming. Thanks! |
Implement the following components in
src/common/components/
:Widgets
⌛️
WIconButton
size
:big
/small
asset
: asset entry (TAsset
)handlerClick
SImage
component for the imageWTextButton
content
: text stringhandlerClick
WToggleSwitch
WToggleSwitchRounded
(similar toWToggleSwitch
)active
clickHandler
WCheckbox
(similar toWToggleSwitch
)active
clickHandler
⏸️
WDropdown
⏸️
WSlider
⏸️
WTextbox
Structural
SImageVector
SImageRaster
(similar toSImageVector
)content
: raster content data URL string⏸️
SInputField
Layout
⏸️
LButtonBar
collapsible
⏸️
LContainerFlex
⏸️
LContainerScrollable
⏸️
LContainerWithTabs
Items preceded by ⏸️ are on hold, ones preceded by ⌛️ are ready to go, ones preceded by ✅ are done.
See Mockups.
src/common/components/index.ts
The text was updated successfully, but these errors were encountered: