0.0.18 • Published 2 years ago

ce-antd v0.0.18

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

WebComponents for Ant Design

Quick Start

<antd-button onclick="alert('hi');">button<small>small</small></antd-button>
<script type="importmap">
  {
    "imports": {
      "antd": "https://espm.1688.com/antd@4.16.11/es/index.js",
      "ce-antd": "../index.js",
      "ce-antd-css": "https://espm.1688.com/ce-antd-css@4.16.11/index.js",
      "react": "https://espm.1688.com/react@17.0.2/index.js",
      "react-dom": "https://espm.1688.com/react-dom@17.0.2/index.js",
      "@ali/ks-base-form-control": "https://espm.1688.com/@ali/ks-base-form-control@0.0.1/index.js"
    }
  }
</script>
<script type="module">
  import 'ce-antd';
</script>

Components

  • Button
  • Card
  • Cascader
  • Row & Col
  • DatePicker
  • Input
  • InputNumber
  • message
  • Modal
  • Select
  • Table

Demo

Checkout publis/*.html to see demo! 😝

Form Control

@see https://github.com/zhoukekestar/standard-form-control

0.0.17

2 years ago

0.0.18

2 years ago

0.0.16

2 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago