3.0.0 • Published 2 years ago

@asemirsk/layouts-ui v3.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@bodiless/layouts-ui

Default UI for bodiless layouts components.

Usage

To use a styled version of the FlowContainer component from @bodiless/layouts, import from this package instead, eg:

import { FlowContainer } from '@bodiless/layouts-ui';

export default () => (
  <FlowContainer
    ...
)