ce-antd
v0.0.18
Published
WebComponents for Ant Design
Downloads
6
Readme
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/[email protected]/es/index.js",
"ce-antd": "../index.js",
"ce-antd-css": "https://espm.1688.com/[email protected]/index.js",
"react": "https://espm.1688.com/[email protected]/index.js",
"react-dom": "https://espm.1688.com/[email protected]/index.js",
"@ali/ks-base-form-control": "https://espm.1688.com/@ali/[email protected]/index.js"
}
}
</script>
<script type="module">
import 'ce-antd';
</script>
Components
- [x] Button
- [x] Card
- [x] Cascader
- [x] Row & Col
- [x] DatePicker
- [x] Input
- [x] InputNumber
- [x] message
- [x] Modal
- [x] Select
- [x] Table
Demo
Checkout publis/*.html
to see demo! 😝
Form Control
@see https://github.com/zhoukekestar/standard-form-control