0.6.2 • Published 5 years ago

@codoonfxd/crn-elements v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

CRN-ELEMENTS

用于 React Native 的组件库,该组件库使用 Typescript 开发,提供了更方便的类型支持。

🔗 链接一览

⚙️ 安装

# 使用npm
npm install --save @codoonfxd/crn-elements

# 使用yarn
yarn add @codoonfxd/crn-elements

🎊 使用

注意:分为两种引入方式,推荐单独引入

// 引入时会将所有组件引入
import { Button } from '@codoonfxd/crn-elements';
// 单独引入(推荐)
import Button from '@codoonfxd/crn-elements/dist/Button';

export default () => {
  return <Button title="按钮" />;
};
0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago