@codysorgenfrey/figma-components
v0.0.11
Published
Web components for Figma plugins
Maintainers
Readme
figma-components
A set of reusable web components for figma plugins.
Usage
Use anywhere standard web components can be used. Bundled theming works for figma UIs hosted on external servers.
Installation
npm install @codysorgenfrey/figma-componentsExample
<html>
<head>
<script>
import '@codysorgenfrey/figma-components/button.js';
</script>
</head>
<body>
<figma-button>Button</figma-button>
</body>
</html>