@nicecode/meta
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

介绍

原子组件,基于 antd 开发。

安装

pnpm install @nicecode/meta

使用

import React from 'react';
import { Button } from '@nicecode/meta'
import { doubleClick } from '@nicecode/meta'

export default () => {
  return (
    <Button type="primary" onClick={() => doubleClick()} >按我啊!</Button>
  )
}

Readme

Keywords

Package Sidebar

Install

npm i @nicecode/meta

Weekly Downloads

6

Version

0.6.0

License

ISC

Unpacked Size

5.98 MB

Total Files

2319

Last publish

Collaborators

  • jzxer