npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

antd-sketchapp

v0.1.2

Published

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

Downloads

26

Readme

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! :)