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

add Stack & Flex components #4

Merged
merged 4 commits into from
Feb 3, 2020
Merged

add Stack & Flex components #4

merged 4 commits into from
Feb 3, 2020

Conversation

PierreCrb
Copy link
Contributor

No description provided.


const StackPreview: React.FC<{ component: IComponent }> = ({ component }) => {
const { props, ref } = useInteractive(component);
const acceptedTypes = ["Flex"] as ComponentType[];
Copy link
Contributor

Choose a reason for hiding this comment

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

Stack non ?

"AvatarGroup",
"Avatar",
"Alert",
"Flex"
Copy link
Contributor

Choose a reason for hiding this comment

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

manque le Stack je pense

@baptadn baptadn force-pushed the feature/flex&stack branch from 541084c to 2e00785 Compare February 3, 2020 15:10
@baptadn baptadn merged commit 36f6b27 into master Feb 3, 2020
@baptadn baptadn deleted the feature/flex&stack branch February 3, 2020 15:13
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.

3 participants