Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milk-ui/milkui-flex

Flexible Box for milk ui.
https://github.com/milk-ui/milkui-flex

Last synced: 8 days ago
JSON representation

Flexible Box for milk ui.

Awesome Lists containing this project

README

        

# milkui-flex

[![npm version](https://img.shields.io/npm/v/milkui-flex.svg?style=flat)](https://www.npmjs.com/package/milkui-flex) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](README.md)

[![NPM](https://nodei.co/npm/milkui-flex.png?downloads=true&downloadRank=true)](https://nodei.co/npm/milkui-flex/)

> Flexible 布局组件

## Overview

![image](https://user-images.githubusercontent.com/11053605/28751010-4b347f00-752f-11e7-9844-3084086cfb69.png)

## Example

```jsx
import Flex from 'milkui-flex';

const { Item } = Flex;

列等分









每行固定列














轴对齐














```

## Properties

| Property | Type | Description | Default |
| -- | -- | -- | -- |
| className | String | 自定义的 class 类名 | '' |

## Develop

```bash
cnpm i milk-dev -g # dev tool

cnpm install

npm start
```

## Links

- [Issues](https://github.com/milk-ui/milkui-flex/issues)