JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1375
  • Score
    100M100P100Q117309F
  • License MIT

React ui framework based on Figma design system

Package Exports

  • react-figma-plugin-ds

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-figma-plugin-ds) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-figma-plugin-ds

npm npm bundle size npm

React components of Figma design system based on thomas-lowry/figma-plugin-ds.

DEMO HERE

🚀 Get Started

Follow these steps to start using React Figma components:

  1. Installation:

    # with npm
    npm i react-figma-plugin-ds
    
    # with yarn
    yarn add react-figma-plugin-ds
  2. Usage:

    import React from "react";
    import { Button } from "react-figma-plugin-ds";
    
    export default props => {
      return <Button>Submit</Button>;
    };

📝 License

MIT