All Projects → zhongmeizhi → z-ui

zhongmeizhi / z-ui

Licence: other
一个用Typescript + React Hooks写的"UI库"🌌,主要采用蓝色色调,寻找一起coding的小伙伴。⭐喜欢请star,欢迎fork,有Bug和建议请留言。

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to z-ui

wiregui
A graphical user interface for wireguard (client-side) for linux and windows
Stars: ✭ 99 (+560%)
Mutual labels:  user-interface
react-use-comlink
Three ways to use Comlink web workers through React Hooks (and in a typesafe manner).
Stars: ✭ 39 (+160%)
Mutual labels:  react-hook
mongo-gui
A web-based MongoDB graphical user interface
Stars: ✭ 111 (+640%)
Mutual labels:  user-interface
use-google-spreadsheet
react hook for using google spreadsheet as a data table (API endpoint)
Stars: ✭ 106 (+606.67%)
Mutual labels:  react-hook
qt frameless main window
A Qt Widget based frameless main window lib, with full control over the whole screen. This lib is called qtf in short.
Stars: ✭ 20 (+33.33%)
Mutual labels:  user-interface
kontext
An advanced, extensible web front-end for the Manatee-open corpus search engine
Stars: ✭ 50 (+233.33%)
Mutual labels:  user-interface
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (+346.67%)
Mutual labels:  user-interface
style-hook
use css in js with react hook.
Stars: ✭ 16 (+6.67%)
Mutual labels:  react-hook
react-ui-hooks
🧩Simple repository of React hooks for building UI components
Stars: ✭ 20 (+33.33%)
Mutual labels:  user-interface
Portfolio-2020
Simple reactjs portfolio of Motasim Foad
Stars: ✭ 102 (+580%)
Mutual labels:  react-hook
react-hooks
🎣 React Hooks to get hooked on
Stars: ✭ 53 (+253.33%)
Mutual labels:  react-hook
timelens
Timelens command-line client
Stars: ✭ 39 (+160%)
Mutual labels:  user-interface
SNIndexedScroller
Custom indexed scroller
Stars: ✭ 29 (+93.33%)
Mutual labels:  user-interface
PySimpleGUI
Launched in 2018. It's 2022 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive d…
Stars: ✭ 10,846 (+72206.67%)
Mutual labels:  user-interface
handy-scroll
Handy dependency-free floating scrollbar widget
Stars: ✭ 15 (+0%)
Mutual labels:  user-interface
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+886.67%)
Mutual labels:  user-interface
useCustomHooks
📦 npm package containing a set of custom hooks for your next React project.
Stars: ✭ 12 (-20%)
Mutual labels:  react-hook
use-prefers-color-scheme
🪝 React hook for subscribing to user's color scheme preference.
Stars: ✭ 28 (+86.67%)
Mutual labels:  react-hook
pywinauto recorder
A record-replay tool to automate GUI via pywinauto
Stars: ✭ 48 (+220%)
Mutual labels:  user-interface
feathersui-starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 920 (+6033.33%)
Mutual labels:  user-interface

简介

立志于打造一个高口碑的 移动端 UI库。

定位:

  • 移动端 UI 库
  • 兼容 IOSAndroidHybridWap
  • touch 事件兼容 PC端
  • 采用 React Hook + .tsx + sass
  • 使用 px 为单位
  • 测试 && API文档使用.js
  • API文档布局使用了部分 styled
  • 使用 hammer 手势(将会重写一遍)
  • 后期可能使用 FastClick
  • UI库不使用 cssModule
  • 不打算发布到 npm

文档地址 https://zhongmeizhi.github.io/z-ui/


进度:

  • Button // 激活动画 + disable
  • Refresh // 下拉刷新 & 上拉加载
  • Sheet
  • Tabs // 支持左右滑动
  • Picker
  • PickerView
  • Dialog
  • Alert
  • Comfirm
  • Step
  • Toast
  • Loading
  • Checkbox
  • Switch
  • Keyboard
  • Notice
  • Progress
  • List
  • Transition // 动画组件
  • Swiper // 滑块
  • Waterfall // 瀑布流

使用的脚手架:Create React App.

运行项目:

npm run storybook

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