dialog-web-components
made with React

dialog-web-components

这是一个UI套件,用于构建消息传递APP。

相关问答
暂无相关问题
查看全部
简介及使用教程

dialog-web-components是一个用于构建消息传递APP的UI套件,适用于聊天软件。

安装

Npm

npm i @dlghq/dialog-components

Yarn

yarn add  @dlghq/dialog-components

使用

import React from 'react';
import { render } from 'react-dom';
import { Avatar } from '@dlghq/dialog-components';

const container = document.getElementById('container');

render(
  <Avatar
    title="Hipster Partycat"
    image="https://octodex.github.com/images/hipster-partycat.jpg"
  />,
  container
);

示例

image.png

作者

dlg.im

相关项目

这是一个支持丰富鼠标和触摸手势的 React 库 。
这是一个用于使用React构建可访问的富Web应用程序的工具包。
这是一个基于开源Material风格的组件库。
这是一个React组件库。
这是一个可定制和复用的React Native组件库。
这是一个免费的React UI套件
这是一个支持Pinterest设计的UI组件库。