|
20 | 20 | [](https://app.codecov.io/gh/shijistar/enum-plus) |
21 | 21 |  |
22 | 22 |
|
23 | | -**Supported Platforms** |
24 | | - |
25 | | -[](https://github.com/shijistar/enum-plus) |
26 | | -[](https://www.npmjs.com/package/enum-plus) |
27 | | -[](https://reactnative.dev) |
28 | | -[](https://developers.weixin.qq.com/miniprogram/en/dev/framework) |
29 | | -[](https://docs.taro.zone/en/docs) |
30 | | - |
31 | 23 | ⬇️ [Introduction](#introduction) | [Features](#features) | [Installation](#installation) | [Enum Initialization](#enum-initialization) | [API](#api) | [Static Methods](#static-methods) | [Global Configuration](#global-configuration) | [User Stories](#user-stories) | [Plugin System](#plugin-system) | [Localization](#localization) | [Extensibility](#extensibility) | [Naming Conflicts](#naming-conflicts) | [Best Practices](#best-practices) | [Compatibility](#compatibility) | [Q&A](#qa) | [Support](#support) ⬇️ |
32 | 24 |
|
33 | 25 | > **🎉 v3.0 is Released!** |
|
36 | 28 | > |
37 | 29 | > If the enum types become `any` after upgrading to v3.0, please see [here](#why-did-all-enum-types-become-any-after-upgrading-to-version-30). |
38 | 30 |
|
| 31 | +**Supported Platforms** |
| 32 | + |
| 33 | +[](https://github.com/shijistar/enum-plus) |
| 34 | +[](https://www.npmjs.com/package/enum-plus) |
| 35 | +[](https://reactnative.dev) |
| 36 | +[](https://developers.weixin.qq.com/miniprogram/en/dev/framework) |
| 37 | +[](https://docs.taro.zone/en/docs) |
| 38 | + |
39 | 39 | ## Introduction |
40 | 40 |
|
41 | 41 | `enum-plus` is an enhanced enumeration library that is fully compatible with the native `enum` and serves as a drop-in replacement library. It supports adding display text to enum items and extending more custom metadata fields. Enums can be generated into various UI components such as dropdowns and menus, which greatly simplifies front-end development. |
|
0 commit comments