English | 中文
SaltUI is a set of React UI components cooperated with DingTalk, and developed for the purpose of providing a high-efficiency, simple but useful componentized solution fot the DingTalk ISV & other React developers.
- A DingTalk native UI-like style.
- Specialized components for DingTalk Native APIs.
- 60+ components to suit most development cases.
- maintained by Alibaba's professional design & development team, focus on the enterprise-class office scene.
$ npm install saltui --save
import { Button } from 'saltui';
ReactDOM.render(<Button />, mountNode);
-
use babel-plugin-import (recommanded)
// .babelrc or babel-loader option { "plugins": [ ["import", { libraryName: "saltui", camel2DashComponentName: false }] ] }
-
or, import manually
import Button from 'saltui/lib/Button';
@import '~saltui/build/salt-ui.css';
- iOS
- Android 4.0+
- 0.14.9+
- We recommend Nowa as the project developing tools
- choose
nowa-template-salt
project template, and then Create - click Start to start the project,and then open it in the browser.
This project is licensed under the terms of the MIT license