You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sajermann Hello, I encountered the same problem, these three components are under LayoutGrid now,
example: import { Row } from "fundamental-react/lib/LayoutGrid/Row";
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",
The text was updated successfully, but these errors were encountered: