@mobily/stacks
Version:
⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.
18 lines (16 loc) • 958 B
JavaScript
export { make as Box } from './Stacks_component_Box.bs'
export { make as Stack } from './Stacks_component_Stack.bs'
export { make as Columns } from './Stacks_component_Columns.bs'
export { make as Column } from './Stacks_component_Column.bs'
export { make as Rows } from './Stacks_component_Rows.bs'
export { make as Row } from './Stacks_component_Row.bs'
export { make as Inline } from './Stacks_component_Inline.bs'
export { make as Tiles } from './Stacks_component_Tiles.bs'
export { make as FillView } from './Stacks_component_FillView.bs'
export { make as Hidden } from './Stacks_component_Hidden.bs'
export { make as Bleed } from './Stacks_component_Bleed.bs'
export { make as Inset } from './Stacks_component_Inset.bs'
export { make as Grid } from './Stacks_component_Grid.bs'
export { make as StacksProvider } from './Stacks_component_Provider.bs'
export { unset, markAsColumn, markAsRow } from './Stacks_utils.bs'
export * from './Stacks_hooks.bs'