fundamental-react icon indicating copy to clipboard operation
fundamental-react copied to clipboard

Layout Grid

Open sajermann opened this issue 4 years ago • 2 comments

Hello, When trying to reproduce the Layout Grid section on the documentation, it asks to import the libs

import { Container } from 'fundamental-react/lib/Container'; import { Row } from 'fundamental-react/lib/Row'; import { Column } from 'fundamental-react/lib/Column';

But these are not included on the installation with "npm install fundamental-react" How can I gain access to them?

Thank you

image info

image info

Versions

fundamental-react: "^0.13.1",

sajermann avatar May 07 '21 18:05 sajermann

Hello @sajermann, thank you for using fundamental-react! The fundamental-react team will triage your issue as soon as possible.

github-actions[bot] avatar May 07 '21 18:05 github-actions[bot]

@sajermann Hello, I encountered the same problem, these three components are under LayoutGrid now, example: import { Row } from "fundamental-react/lib/LayoutGrid/Row";

zhang928160849 avatar Jan 12 '22 07:01 zhang928160849