🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mini-program-parser-for-dev

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

mini-program-parser-for-dev

Mini Parser

unpublished
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Mini Parser

适用于微信小程序的富文本解析方案

🎉 特性

  • 🎈 轻量高效,压缩后体积仅10K

  • 📦 组件式封装,无需额外的模板与API调用

  • ⚙️ 丰富配置项,控制移动端页面适配

🖥 环境支持

  • 微信小程序
  • 支付宝小程序

📦 安装

npm install mini-program-parser
yarn add mini-program-parser

🔨 使用

import { Button, DatePicker } from 'antd';

const App = () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

And import style manually:

import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

FAQs

Package last updated on 13 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts