All Projects → thx → Magix Gallery

thx / Magix Gallery

magix gallery

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Magix Gallery

Coreui Vue
Over 90 Bootstrap based Vue.js components and directives. CoreUI React.js UI Components. CoreUI for Vue.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true Vue components, without jQuery and unneeded dependencies.
Stars: ✭ 318 (+224.49%)
Mutual labels:  ui-components, components
Webrix
Powerful building blocks for React-based web applications
Stars: ✭ 41 (-58.16%)
Mutual labels:  ui-components, components
Kendo Angular
Issue tracker - Kendo UI for Angular
Stars: ✭ 352 (+259.18%)
Mutual labels:  ui-components, components
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-50%)
Mutual labels:  components, ui-components
React Instantsearch
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Stars: ✭ 1,320 (+1246.94%)
Mutual labels:  ui-components, components
React Weui
weui for react
Stars: ✭ 2,793 (+2750%)
Mutual labels:  ui-components, components
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (+795.92%)
Mutual labels:  ui-components, components
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (-67.35%)
Mutual labels:  components, ui-components
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (+1082.65%)
Mutual labels:  ui-components, components
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+917.35%)
Mutual labels:  ui-components, components
elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (-57.14%)
Mutual labels:  components, ui-components
Kendo React
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
Stars: ✭ 77 (-21.43%)
Mutual labels:  ui-components, components
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (+2196.94%)
Mutual labels:  components, ui-components
Tonic
A Low Profile Component Framework. Stable, Minimal, Auditable, and Build-Tool-Free.
Stars: ✭ 265 (+170.41%)
Mutual labels:  ui-components, components
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (+1.02%)
Mutual labels:  components, ui-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+616.33%)
Mutual labels:  ui-components, components
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+68721.43%)
Mutual labels:  ui-components, components
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+1431.63%)
Mutual labels:  components, ui-components
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-57.14%)
Mutual labels:  ui-components, components
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-28.57%)
Mutual labels:  ui-components, components

简介

该组件库为与 Magix 配套的组件库,目前只存放pc端组件

文档地址

https://thx.github.io/magix-gallery/

发布说明

提交的组件必须有足够的文档和测试 tmpl/mx-*

  • 源码
  • __test__
    • 所有配置说明
    • 方法
    • 示例源码,可直接拷贝

开发说明

  1. 安装magix-cli工具

  2. master执行mx createDaily切出日常分支

  3. 执行 gulp watch 开发测试,访问test.html页面,mx daily提交到日常

  4. 调整完相关逻辑,修改package.json里version + 1,执行mx publish发布,包含以下发布操作:

  5. 发布完成在master分支执行tnpm pub发布组件包

关于同步zs_gallery到magix-gallery配置

  1. 命令行执行 git remote -v,当前只有一台远程主机origin 1.jpg

  2. 使用 git remote set-url 命令远程库origin拥有多个url地址

git remote set-url --add origin https://github.com/thx/magix-gallery.git

  1. 再次执行 git remote -v,可以看到 origin 有两个 push 远程路径 未标题-1.jpg

  2. 此时再执行提交到origin可同时提交到两个仓库

添加本仓库的tnpm包发布权限

  1. 执行 tnpm login 登录tnpm

  2. 执行 tnpm owner add [域账号] @ali/zs-gallery 即可完成发布权限添加

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