el-display-form

1.3.0 • Public • Published

el-display-form

a css display setting form base element-ui

Usage

<template>
  <div>
    <DisplayForm
      :value='{"display":"flex","flex-direction":"column","justify-content":"center","align-items":"center","flex-wrap":"nowrap"}'
    />
    <div>
      <div>1</div>
      <div>2</div>
      <div>3</div>
      <div>4</div>
      <div>5</div>
      <div>6</div>
    </div>
  </div>
</template>

Readme

Keywords

none

Package Sidebar

Install

npm i el-display-form

Weekly Downloads

6

Version

1.3.0

License

ISC

Unpacked Size

159 kB

Total Files

10

Last publish

Collaborators

  • zhongxingdou