New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-figma-components

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-figma-components

[![npm](https://img.shields.io/npm/v/react-figma-components?logo=npm&cacheSeconds=1800)](https://www.npmjs.com/package/react-figma-components) [![npm](https://img.shields.io/npm/dt/react-figma-components?cacheSeconds=1800)](https://www.npmjs.com/package/r

  • 1.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-figma-components

npm npm

React components of Figma design system based on thomas-lowry/figma-components and alexandrtovmach/react-figma-plugin-ds, and implements UI2: Figma Design System.

The library provides a11y components. It uses web-platform as the base for all components.

Installation

Currently package has development name web-platform-alpha and will change in the future.

npm i -PE react-figma-components

Usage

All components available from root public API. More examples you can find in storybook.

import { Button } from 'react-figma-components';

export const Page = (props) => {
  return <Button view="primary">Submit</Button>;
};

License

This project develop under MPL-2.0 license.

FAQs

Package last updated on 17 Aug 2021

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