-
Notifications
You must be signed in to change notification settings - Fork 13
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(card): add ray-card--row #101
Conversation
we may want to add breakpoint logic to this UPDATE: this card should only be row on desktop, switch to stacked on mobile and tablet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, consider adding responsive stories
@@ -2,8 +2,14 @@ import React from 'react'; | |||
import { storiesOf } from '@storybook/react'; | |||
|
|||
import getPlaceholderURL from './util/placeholder'; | |||
import settings from '../src/global/js/settings'; | |||
|
|||
const viewports = Object.values(settings.breakpointsInPixels).filter(Boolean); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll probs want to put this in a util, but this is cool for now
TODO: