All Projects → ecomfe → San Mui

ecomfe / San Mui

Licence: mit
A Set of SAN Components that Implement Google's Material Design

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to San Mui

P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-8.7%)
Mutual labels:  material-design
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-3.26%)
Mutual labels:  material-design
Materialdesignlibrary
This is a library with components of Android L to you use in android 2.2
Stars: ✭ 9,102 (+9793.48%)
Mutual labels:  material-design
Blazorboilerplate
Blazor Boilerplate / Starter Template with MatBlazor
Stars: ✭ 1,258 (+1267.39%)
Mutual labels:  material-design
Togglebuttons
Android toggle buttons that adhere to the Material Design documentation.
Stars: ✭ 88 (-4.35%)
Mutual labels:  material-design
Flower
TCP flow analyzer with sugar for A/D CTF
Stars: ✭ 88 (-4.35%)
Mutual labels:  material-design
Materialdesign
✒6200+ Material Design Icons from the Community
Stars: ✭ 9,669 (+10409.78%)
Mutual labels:  material-design
Materialtabstemplate
MaterialTabsTemplate is solely created to reduce the burden of writing same boiler plate codes for Tab creation in Android.
Stars: ✭ 92 (+0%)
Mutual labels:  material-design
Ct Material Dashboard Pro
Material Dashboard Pro - Bootstrap 4 Admin
Stars: ✭ 88 (-4.35%)
Mutual labels:  material-design
Icon Workshop
图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
Stars: ✭ 1,303 (+1316.3%)
Mutual labels:  material-design
Material Remixer
A set of cross-platform libraries and protocols to allow the sharing of design values and live refinement of apps during the development process.
Stars: ✭ 1,275 (+1285.87%)
Mutual labels:  material-design
Ghost Matery2
这是又一个采用Material Design和响应式设计的漂亮、简洁且基于Ghost博客的新主题
Stars: ✭ 87 (-5.43%)
Mutual labels:  material-design
Birthdaybuddy
A simple material-design orientated app to handle your friends' birthdays and other special events
Stars: ✭ 90 (-2.17%)
Mutual labels:  material-design
Angular Material Demo
Angular Material Demo Application with up-to-date dependencies.
Stars: ✭ 85 (-7.61%)
Mutual labels:  material-design
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-1.09%)
Mutual labels:  material-design
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-8.7%)
Mutual labels:  material-design
React Froala Design Blocks
React implementation for Froala Design Blocks.
Stars: ✭ 89 (-3.26%)
Mutual labels:  material-design
Core
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
Stars: ✭ 92 (+0%)
Mutual labels:  material-design
Beautify With Vuetify
Learn how to create beautiful web applications with Vuetify!
Stars: ✭ 92 (+0%)
Mutual labels:  material-design
Movie android flutter
A sample movie app, developed on flutter, then on android
Stars: ✭ 90 (-2.17%)
Mutual labels:  material-design

san-mui

A Set of SAN Components that Implement Google's Material Design

Build Status GitHub license

使用指南

  1. 通过 npm 安装

    npm i -S san-mui
    
  2. 在代码中引入

    // 引入需要的组件
    import {Button, DatePicker} from 'san-mui';
    
    // 引入全部样式
    import 'san-mui/lib/index.css';
    

    或者希望只引入需要的组件,可以这么做:

    import Button from 'san-mui/lib/Button';
    import 'san-mui/lib/Button/Button.css';
    

开发指南

开发

npm run dev

测试

npm test

构建

我们的源码存放在 src,构建产物放在 lib 下;

启动构建命令:

npm run build

发布指南

发布源

只发布到 npm 上;

发布内容

发布内容应该只包含 package.json / readme.md / lib

发布版本

两周内发版本 [email protected] 系列

两周到一个月之内版本:[email protected]

一个月至两个月内:[email protected]

最终版本 [email protected]

[email protected]版本对应的san的版本为3.2.3

[email protected]版本对应的san的版本为3.5.2 源码对应的是version-3.3.x分支

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].