4.9.11 • Published 3 years ago

ant-design-layout v4.9.11

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

The layout part of ant-design

CI status codecov NPM version NPM downloads

david deps david devDeps Total alerts FOSSA Status

Follow Twitter Discussions Issues need help

npm.io

English | Português | 简体中文

✨ Features

  • 🌈 Its the layout components of ant-design library
  • 📦 A set of high-quality React layout 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 / EdgeFirefoxChromeSafariElectron
IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

📦 Install

npm install ant-design-layout
yarn add ant-design-layout

🔨 Usage

import { Row, Col } from 'ant-design-layout';

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

And import style manually:

import 'ant-design-layout/dist/ant-design-layout.css'; // or 'ant-design-layout/dist/ant-design-layout.less'

TypeScript

ant-design-layout is written in TypeScript with complete definitions, check Use in TypeScript to getting started.

🔗 Links

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone git@github.com:jacquesbonet/ant-design-layout.git
$ cd ant-design-layout
$ npm install
$ npm run test
4.9.11

3 years ago

4.9.10

3 years ago

4.9.9

3 years ago

4.9.8

3 years ago

4.9.7

3 years ago

4.9.6

3 years ago

4.9.5

3 years ago

4.9.4

3 years ago

4.8.6

3 years ago

4.8.5

3 years ago

4.8.4

3 years ago

4.8.3

3 years ago

4.8.2

3 years ago