All Projects → ant-design → Antd Sketchapp

ant-design / Antd Sketchapp

Licence: mit
⚛️💎🐜 Render Ant Design components to Sketch.

Projects that are alternatives of or similar to Antd Sketchapp

Data Populator
A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
Stars: ✭ 1,665 (+753.85%)
Mutual labels:  sketchapp
Weshop
Weshop是基于Spring Cloud(Greenwich)开发的小程序商城系统,提供整套公共微服务服务模块,包含用户中心、商品中心、订单中心、支付中心四大基础服务模块,微信端、管理平台两大聚合服务模块,支持服务治理、监控和追踪等功能。
Stars: ✭ 154 (-21.03%)
Mutual labels:  ant-design
Rcpress
基于react和Ant Design的文档生成器 🎨
Stars: ✭ 178 (-8.72%)
Mutual labels:  ant-design
Antd Schema Form
Based on Ant Design, interactive forms can be generated through JSON Schema configuration. - 基于Ant Design,可以通过JSON Schema配置生成可交互的表单。
Stars: ✭ 137 (-29.74%)
Mutual labels:  ant-design
React Admin
🎉 A magical react admin
Stars: ✭ 149 (-23.59%)
Mutual labels:  ant-design
Fc Angular
快速搭建angular后台管理系统的admin template。Fast development platform based on angular8, ng.ant.design built multi-tab page background management system (continuous upgrade) ^_^
Stars: ✭ 171 (-12.31%)
Mutual labels:  ant-design
Think Admin
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
Stars: ✭ 131 (-32.82%)
Mutual labels:  ant-design
React Molin
react-molin是一个全新的基于webpack3、react15、react-router4、antd-mobile的前端架构实现方案(h5)
Stars: ✭ 184 (-5.64%)
Mutual labels:  ant-design
Terminal Icons
Beautiful icons for your favourite terminal apps like Hyper and iTerm2
Stars: ✭ 149 (-23.59%)
Mutual labels:  sketchapp
Camilo
Sketch plugin specially crafted to work in Design systems with multiple themes
Stars: ✭ 175 (-10.26%)
Mutual labels:  sketchapp
My Moments
Instagram Clone - Cloning Instagram for learning purpose
Stars: ✭ 140 (-28.21%)
Mutual labels:  ant-design
Vuepress Theme Antdocs
🔥🎨 An Ant Design style theme for VuePress. (QQ Group: 867711329)
Stars: ✭ 147 (-24.62%)
Mutual labels:  ant-design
Dynamic Antd Theme
🌈 A simple plugin to dynamic change ant-design theme whether less or css.
Stars: ✭ 174 (-10.77%)
Mutual labels:  ant-design
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (-31.28%)
Mutual labels:  sketchapp
Febs Vue
SpringBoot,Shiro,JWT,Vue & Ant Design 前后端分离权限管理系统(精力有限,停止维护)
Stars: ✭ 2,079 (+966.15%)
Mutual labels:  ant-design
Plumemo Admin
plumemo 后端管理系统
Stars: ✭ 132 (-32.31%)
Mutual labels:  ant-design
Sketch2json
Get a JSON output out of a buffer of Sketch v43+ data (works both in Node and in the browser)
Stars: ✭ 157 (-19.49%)
Mutual labels:  sketchapp
Vue Antd Admin
🐜 Ant Design Pro's implementation with Vue
Stars: ✭ 2,766 (+1318.46%)
Mutual labels:  ant-design
React Ui Roundup
A one-stop-shop for comparing the features of all the best React frameworks. Useful for designers and engineers alike!
Stars: ✭ 177 (-9.23%)
Mutual labels:  ant-design
Abp React Antd
一个基于 ABP + React + Ant Design Pro 的快速开发框架
Stars: ✭ 175 (-10.26%)
Mutual labels:  ant-design

This project is currently in beta and APIs are subject to change.

antd-sketchapp

Codecov

npm package NPM downloads Join the chat at https://gitter.im/ant-design/antd-sketchapp

What is it?

react-sketchapp is an awesome solution which can render React components to Sketch, and antd-sketchapp is an React-sketchapp-based implementation of ant-design.

Demo

Install

npm install antd-sketchapp --save

Usage

import React from 'react';
import { Button } from 'antd-sketchapp';

const Demo = () => (
  <Button type="dashed" text="disabled-dashed-ghost" disabled ghost />
);

export default Demo;

Documentation

Development

$ git clone [email protected]:ant-design/antd-sketchapp.git
$ cd antd-sketchapp
$ npm install
$ npm run watch
$ npm run link

then open your Sketch and you can find commands in Plugins on Sketch toolbar. more

Component completion list

General

  • [x] Button 按钮
  • [x] Icon 图标

Layout

  • [x] Grid 栅格
  • [ ] Layout 布局

Navigation

  • [ ] Affix 固钉
  • [ ] Breadcrumb 面包屑
  • [ ] Dropdown 下拉菜单
  • [ ] Menu 导航菜单
  • [x] Pagination 分页
  • [ ] Steps 步骤条

Data Entry

  • [ ] AutoComplete 自动完成
  • [ ] Cascader 级联选择
  • [x] Checkbox 多选框
  • [ ] DatePicker 日期选择框
  • [ ] Form 表单
  • [ ] InputNumber 数字输入框
  • [ ] Input 输入框
  • [ ] Mention 提及
  • [ ] Rate 评分
  • [ ] Radio 单选框
  • [ ] Select 选择器
  • [ ] Slider 滑动输入条
  • [ ] Switch 开关
  • [ ] TreeSelect 树选择
  • [ ] TimePicker 时间选择框
  • [ ] Transfer 穿梭框
  • [ ] Upload 上传

Data Display

  • [ ] Avatar 头像
  • [ ] Badge 徽标数
  • [ ] Calendar 日历
  • [ ] Card 卡片
  • [ ] Carousel 走马灯
  • [ ] Collapse 折叠面板
  • [ ] List 列表
  • [ ] Popover 气泡卡片
  • [ ] Tooltip 文字提示
  • [x] Table 表格
  • [ ] Tabs 标签页
  • [ ] Tag 标签
  • [ ] Timeline 时间轴
  • [ ] Tree 树形控件

Feedback

  • [ ] Alert 警告提示
  • [ ] Modal 对话框
  • [ ] Message 全局提示
  • [ ] Notification 通知提醒框
  • [ ] Progress 进度条
  • [ ] Popconfirm 气泡确认框
  • [ ] Spin 加载中

Contributing

We welcome all contributions. You can submit any ideas as pull requests or as GitHub issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)

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