DocSpace-client/packages/components/social-button
2023-04-17 19:06:06 +05:30
..
index.js Web: Components: SocialButton - descriptions changed 2023-04-17 19:06:06 +05:30
README.md
social-button.stories.js Web: Components: corrected the size social button story 2023-04-03 18:25:05 +05:00
social-button.test.js Web:Common/Client/Components: add PUBLIC_DIR alias 2023-01-27 17:08:30 +03:00
styled-social-button.js Components: SocialButton: fix warning 2022-09-21 02:15:26 +03:00

SocialButton

Button is used for sign up with help social networks

Usage

import SocialButton from "@docspace/components/social-button";
<SocialButton
  iconName={"SocialButtonGoogleIcon"}
  label={"Sign up with Google"}
/>

Properties

Props Type Required Values Default Description
className string - - - Accepts class
iconName string - - SocialButtonGoogleIcon Icon of button
id string - - - Accepts id
isDisabled bool - - false Tells when the button should present a disabled state
label string - - - Button text
onClick func - - - What the button will trigger when clicked
style obj, array - - - Accepts css style