Antd Grid control missing

Hello:

I’m new to React and I’m trying to build a React-UI front end. I’m looking to use the antd Grid component on my home page for layout purposes. Intellij does see other antd components, but the Grid component is missing.

package.json shows antd version “^3.23.4” as the setting.

How do I get access to Grid?

My apologies! If I had RTFM, I would have seen that Grid is based on Row and Column components - which are accessible.

There is no actual “Grid” component.