Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ce-antd

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ce-antd

WebComponents for Ant Design

  • 0.0.18
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 28 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc