Syncfusion React UI 组件库
made with
React
简介及使用教程
Syncfusion React UI 组件库是一个漂亮可互动的React图表组件库,具有轻量级、响应性、模块化及触摸友好等特点。这个组件库提供了50+的UI组件。
Syncfusion同时提供JavaScript、Angular、react、vue和jQuery等5个版本, 是一个收费组件库,,如要商用需要购买许可授权。
安装
Npm
npm install @syncfusion/ej2-react-buttons –save
Yarn
yarn add @syncfusion/ej2-react-buttons
使用
import * as React from 'react';
import { ButtonComponent } from '@syncfusion/ej2-react-buttons';
import './App.css';
export default class App extends React.Component {
render() {
return (<ButtonComponent type="primary">Button</ButtonComponent>);
}
}
在src/App.css
中引入需要的css:
@import "../node_modules/@syncfusion/ej2-react-buttons/styles/material.css";
运行
npm start
# 或者
yarn run start
示例
作者
Syncfusion
@Syncfusion相关项目