Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/SocialIcon/socialicon.playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const SocialIconlayground = () => {
const params = useView({
componentName: "SocialIcon",
props: {
activityIndicatorStyle: {
type: PropTypes.Object,
value: `{marginLeft: 20, marginRight: 40}`,
description: "Style to render when in loading state"
},
button: { type: PropTypes.Boolean, value: false },
Component: {
type: PropTypes.ReactNode,
Expand Down Expand Up @@ -75,7 +80,6 @@ const SocialIconlayground = () => {
value: "GitHub",
description: "title if made into a button.",
},

type: {
type: PropTypes.String,
value: "github",
Expand Down