Skip to content
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

feat(fscomponents): Add image counter, new style options to ZoomCarousel #1093

Merged
merged 2 commits into from
Mar 23, 2020

Conversation

varzaman
Copy link

@varzaman varzaman commented Mar 20, 2020

  • Added a new option that can be rendered: image counter
    --Absolutely placed component with custom rendering or custom styles as props
  • Added new prop options for the carousel and image containers
  • changed the default container styling to be flex friendly, fixing an issue where thumbnails would overflow beyond parent boundaries

Added some storybook options and also tested as a linked package inside of a test app.

 - Added a new option that can be rendered: image counter
 --Absolutely placed component with custom rendering or custom styles as props
 - Added new prop options for the carousel and image containers
 - changed the default container styling to be flex friendly, fixing an issue where thumbnails would overflow beyond parent boundaries
*/
fillContainerStyle?: StyleProp<ViewStyle>;
carouselContainerStyle?: StyleProp<ViewStyle>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like this is used anywhere.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disregard I cannot read

@bweissbart bweissbart merged commit bb02ec7 into brandingbrand:develop Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants