# Monk.UI **Repository Path**: luocheng/Monk.UI ## Basic Information - **Project Name**: Monk.UI - **Description**: 原生Javascript开发,让你的表单亮起来! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.baisoft.org/public/monkui/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Monk.UI 原生Javascript开发,不依赖任何第三方框架,赶快让你的表单亮起来吧! ## 作者信息 - 原创作者:`百小僧` - 开源协议:`MIT License` - 开发时间:`2016年10月13日` - 项目版本:`0.3.5` - 项目名称:`Monk.UI` - 版权所有:[百签软件(中山)有限公司](http://www.baisoft.org) - 联系方式:QQ群:`123049073`,作者QQ:`8020292` - 开发理念:`一切从简,只为了更懒` - Github地址:[https://github.com/MonkSoul/Monk.UI/](https://github.com/MonkSoul/Monk.UI/) - 码云地址:[http://git.oschina.net/baisoft_org/Monk.UI](http://git.oschina.net/baisoft_org/Monk.UI) ## 效果图 - 预览地址:[http://www.baisoft.org/public/monkui/](http://www.baisoft.org/public/monkui/) ## 更新日志 - [https://github.com/MonkSoul/Monk.UI/releases](https://github.com/MonkSoul/Monk.UI/releases) ## 兼容信息 兼容IE9+(包涵IE9),Edge,Chrome,Firefox,Opera,Safari,和其他主流Webkit内核浏览器。 ## 开始使用 ```html ``` 就怎么简单,无需调用。 ## 基础组件 ### 普通文本框 - `min` 文本框 ```html
``` - CSS ```html百签软件,源于百签。
* { box-sizing: border-box; -moz-box-sizing: border-box; }
```
- C#
```html
using Microsoft.Owin;
using Owin;
[assembly: OwinStartup(typeof(Monk.App_Start.Startup))]
namespace Monk.App_Start
{
public class Startup
{
public void Configuration(IAppBuilder app)
{
app.MapSignalR();
}
}
}
```
- PHP
```html
namespace app\index\controller;
class Index
{
public function index()
{
return 'index';
}
}
```
- Java
```html
public static void insertionSort(int[] data) {
for (int index = 1; index < data.length; index++) {
int key = data[index];
int position = index;
// shift larger values to the right
while (position > 0 && data[position - 1] > key) {
data[position] = data[position - 1];
position--;
}
data[position] = key;
}
}
```
- SQL
```html
select * from web where site='http://www.baisoft.org/'``` ### 模板引擎 - 定义模板 ```html ``` - 渲染模板 ```html ``` ### 更多功能,整理开发中。。。。 ## 友情捐赠 如果你觉得 Monk.UI 对你有价值,并且愿意让她继续成长下去,你可以资助这个项目的开发,为作者加油打气。  如果你喜欢Monk.UI,可以点击右上角的 `star`,想实时关注进度,可以点击右上角的 `watch`。 最后,感谢每一个提建议和使用或者捐赠的朋友!因为你们,我们才能坚持!也是因为你们,未来才会更美好!