Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@titian-design/h5

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@titian-design/h5

Titian h5 basic

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

🖥️ 文档网站      ⚙️ 文档仓库  

介绍

源自微盟移动端核心业务,我们的目标是通过 Titian 组件库,帮助广大开发者,并不断的完善与努力打造良好的移动端产品体验。

安装

# 通过 npm 安装
npm i @titian-design/h5 --save

# 通过 yarn 安装
yarn add @titian-design/h5

使用

import { applyPolyfills, defineCustomElements } from '@titian-design/h5/loader';

const App = () => (
  <div className="App">
    <ti-button type="primary">Button</ti-button>
  </div>
);

applyPolyfills().then(() => {
  defineCustomElements();
});

export default App;

其他链接

FAQs

Package last updated on 17 Aug 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc