All Projects → salt-ui → Saltui

salt-ui / Saltui

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Saltui

React Md
React material design - An accessible React component library built from the Material Design guidelines in Sass
Stars: ✭ 2,284 (+897.38%)
Mutual labels:  components
Standalone
Create framework agnostic components that are truly reusable and interoperable with all the benefits of the React ecosystem – using the HTML5 custom elements API to extend HTML's vocabulary.
Stars: ✭ 205 (-10.48%)
Mutual labels:  components
Svelte Component Template
A base for building shareable Svelte 3 components
Stars: ✭ 208 (-9.17%)
Mutual labels:  components
Twelvety
An Eleventy starter project built to be fast
Stars: ✭ 195 (-14.85%)
Mutual labels:  components
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+6206.99%)
Mutual labels:  components
Vue Generate Component
Vue js component generator
Stars: ✭ 206 (-10.04%)
Mutual labels:  components
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+986.03%)
Mutual labels:  components
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+1082.97%)
Mutual labels:  components
Vue Impression
A Vue.js 2.0 UI elements for mobile.
Stars: ✭ 205 (-10.48%)
Mutual labels:  components
Devextreme Vue
Vue UI and data visualization components
Stars: ✭ 208 (-9.17%)
Mutual labels:  components
Aleph.js
The Full-stack Framework in Deno.
Stars: ✭ 3,448 (+1405.68%)
Mutual labels:  components
Crank
Write JSX-driven components with functions, promises and generators.
Stars: ✭ 2,487 (+986.03%)
Mutual labels:  components
Panel
Web Components + Virtual DOM: web standards for powerful UIs
Stars: ✭ 206 (-10.04%)
Mutual labels:  components
Ivory
IVORY is simple and highly customizable CSS framework, gives you all to build your pages faster and easier.
Stars: ✭ 196 (-14.41%)
Mutual labels:  components
Yoshino
A themable React component library!Flexible Lightweight PC UI Components built on React! Anyone can generate easily all kinds of themes by it!
Stars: ✭ 216 (-5.68%)
Mutual labels:  components
Vx Ui
vue components 移动端UI组件库
Stars: ✭ 194 (-15.28%)
Mutual labels:  components
Ionic 4 Components
🍕 Ionic 4 UI Component Library. Featuring Image Gallery, Refresher, Bottom Sheet and more.
Stars: ✭ 206 (-10.04%)
Mutual labels:  components
Yandex Ui
Yandex UI Kit build on React and bem-react
Stars: ✭ 229 (+0%)
Mutual labels:  components
Bower Components
[DEPRECATED] Site to discover Bower components
Stars: ✭ 220 (-3.93%)
Mutual labels:  components
Android Arch Components Date Countdown
Stars: ✭ 207 (-9.61%)
Mutual labels:  components

中文 | English

SaltUI

npm version Dependency Status devDependency Status

SaltUI 是与钉钉官方合作的 React UI 组件库,致力于为钉钉微应用开发者以及其他 React 开发者提供高效、简洁、实用的组件化解决方案。

特性

  • 与钉钉原生风格相匹配的视觉风格。
  • 提供针对钉钉 Native API 进行定制的组件
  • 60+ 的各种类型组件,满足常见开发需求。
  • 从设计到开发的全专业团队维护,着重于企业办公场景。

演示 & 组件文档

https://salt-ui.github.io/

安装

$ npm install saltui --save

使用

引入 js

import { Button } from 'saltui';
ReactDOM.render(<Button />, mountNode);

按需引入 js

  • 使用 babel-plugin-import(推荐)。

     // .babelrc or babel-loader option
     {
       "plugins": [
         ["import", { libraryName: "saltui", camel2DashComponentName: false }]
       ]
     }
    

    配置好后,引用方式不需要改变,即可实现按需加载。

  • 或者,手动引入

     import Button from 'saltui/lib/Button';
    

引入样式包

@import '~saltui/build/salt-ui.css';

浏览器支持

  • iOS
  • Android 4.0+

React 支持

  • 0.14.9+

集成开发工具

  1. 推荐使用 Nowa 作为项目的开发工具
  2. 选择 nowa-template-salt 项目模板 Create
  3. 点击 Start 启动项目,在浏览器中打开

许可

本项目基于 MIT 协议 进行开发和发布。

遇到问题

  • 可以通过 FAQ 进行自查。
  • 关于使用上的疑问和合作相关事宜,可以通过钉钉反馈群与开发者直接取得联系。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].