Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

antd-sketchapp

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-sketchapp

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

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-69.23%
Maintainers
2
Weekly downloads
 
Created
Source

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 whitch 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 git@github.com:ant-design/antd-sketchapp.git
$ cd antd-sketchapp
$ npm install
$ npm run watch

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

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

FAQs

Package last updated on 02 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc