naive-oms
TypeScript icon, indicating that this package has built-in type declarations

1.0.23 • Public • Published

naive-oms

Version License

封装了一些常用的组件 比如table, modal , 图标按钮

使用

pnpm i naive-oms

组件

  • table: OmsTableAsync 异步 table 封装了分页, 列拖拽,列缓存,列显隐,查询,重置,收起,选中项
  • modals: 常用的modal组件

基于 naive 的组件所有组件以 oms 开头,代表是公用组件 ,oms 开头是为了方便自动导入 , 内置的多语言需要在语言切换的时候调用

const setOmsLocal = (locale: Locale) => {
  i18n.global.locale.value = locale;
};

Readme

Keywords

Package Sidebar

Install

npm i naive-oms

Weekly Downloads

1

Version

1.0.23

License

MIT

Unpacked Size

450 kB

Total Files

99

Last publish

Collaborators

  • wz-coder-npm