Skip to content

marcellefter/react-antd-grid

Repository files navigation

React Ant Design Grid

The grid part of ant-design

✨ Features

  • 🌈 Its the grid components of ant-design library
  • 📦 A set of high-quality React grid components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.
  • 🌍 Small size.
  • 🎨 Could be use with others UI components. No side effect.

🖥 Environment Support

  • Modern browsers and Internet Explorer 11 (with polyfills)
  • Server-side Rendering
  • Electron
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install react-antd-grid
yarn add react-antd-grid

🔨 Usage

import { Row, Col } from 'react-antd-grid';

const App = () => (
  <>
    <Row>
      <Col>Hello</Col>
    </Row>
  </>
);

And import style manually:

import 'react-antd-grid/dist/styles.css';

🔗 Links

About

The grid part of ant-design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published