Welcome to the Flipper Design System. The Flipper design system is based on{' '} Ant Design . Any component found in the ANT documentation can be used. This page demonstrates the usage of:
The following components from Ant should not be used:
Layout: use Flipper's Layout.* instead.
Sandy guidelines
gap in combination with{' '}
Layout.Horizontal|Vertical
width / height: 100%, use{' '}
Layout.Container instead.
grow property will
grow to use the full height of their parents if{' '}
true. In contrast, if grow is set to{' '}
false components will use their natural size, based
on their children.
grow, and the element will show a scrollbar if
needed. Setting scrollabe to false{' '}
causes the element to always use its natural size, growing or
shrinking based on the contents rather than the parent.
Title, Text and Link{' '}
components can be found by importing the{' '}
Typography namespace from Ant.
>
}
type="info"
/>
theme object. See the colors section above for a
preview of the colors.
>
}
/>
{JSON.stringify(theme, null, 2)}