Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ZaUI Components là bộ UI Components được thiết kế theo chuẩn mobile, giúp bạn rút ngắn thời gian phát triển ứng dụng và tạo được giao diện thân thiện với người dùng hơn.
ZaUI Components cung cấp hầu hết các component cơ bản cần thiết cho một ứng dụng Mini App và sẽ được cập nhật liên tục theo Design System của Zalo Mini App Team. Bạn có thể tham khảo tài liệu thiết kế tại đây.
Truy cập Zalo Mini App để xem hướng dẫn cụ thể tích hợp thư viện vào mini app
npm install zmp-ui
import React from 'react';
import { Button, Page } from 'zmp-ui';
const HomePage = (props) => {
return (
<Page>
<Button size='large'>Button</Button>
</Page>
);
};
export default HomePage;
Thêm stylesheets:
import React from 'react';
import { createRoot } from 'react-dom/client';
/**
* Thêm stylesheets chung
* Hoặc có thể thêm của từng component
*
* import "zmp-ui/button/styles/button.css";
*/
import 'zmp-ui/zaui.css';
import HomePage from './HomePage';
const root = createRoot(document.getElementById('app'));
root.render(React.createElement(HomePage));
Vui lòng sử dụng Zalo quét mã QR Code dưới đây để trải nghiệm thử ZaUI Components.
<img style={{display: "block", margin:"auto"}} width="175" height="175" src="https://logo-mapps.zdn.vn/qrcode/2d48c8626c278579dc36.png"/>
FAQs
Zalo Mini App framework
The npm package zmp-ui receives a total of 301 weekly downloads. As such, zmp-ui popularity was classified as not popular.
We found that zmp-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.