antd-snippets icon indicating copy to clipboard operation
antd-snippets copied to clipboard

Ant-Design Snippets for VS Code

Results 3 antd-snippets issues
Sort by recently updated
recently updated
newest added

我在vue扩展名的文件里使用时,没有提示,换成html、js文件,就有提示了,这个是需要配置吗?

Just wondering how the snippet was created, do it by hand seems to be not scalable and dangerous.

Following error is raised while using the form component which is generated by `antd-snippets`: ``` Module not found: Can't resolve 'antd/es/form-item' ``` Use the code to reproduce: ```jsx import {...