Layout Grid
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
Versions
fundamental-react: "^0.13.1",
Hello @sajermann, thank you for using fundamental-react! The fundamental-react team will triage your issue as soon as possible.
@sajermann Hello, I encountered the same problem, these three components are under LayoutGrid now, example: import { Row } from "fundamental-react/lib/LayoutGrid/Row";