An open API service indexing awesome lists of open source software.

https://github.com/soyoung210/figleton

🪄 Generate Skeleton Component from Figma.
https://github.com/soyoung210/figleton

figma-plugin skeleton

Last synced: about 1 year ago
JSON representation

🪄 Generate Skeleton Component from Figma.

Awesome Lists containing this project

README

          

# figeleton

![cover art](./assets/cover_art.jpg)

Skeleton Code Generator Figma Plugin consisting of [@figeleton/skeleton](#figeleton-skeleton) package and [@figeleton/figma-plugin](#figeleton-figma-plugin)

Skeleton components generated in @figeleton/figma-plugin follow the specifications of @figeleton/skeleton.

Although it is not necessary to use the two packages together, **additional feature of this plugin are added based on @figeleton/skeleton specification.**

## @figeleton/figma-plugin

Generate Skeleton Component from [Figma](https://www.figma.com). Use Figma as a source.

* ⚙️ Built on [Figma Plugin API](https://www.figma.com/plugin-docs/intro/).
* 🚫 **Is not a design generator**

### Options

| Name | Value | Description |
| --------- | ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Animation | `wave` `pulse` `unset` | Value of Skeleton animation prop. Preview of the option can be found [here](https://soyoung210.github.io/figeleton/?path=/story/example-skeleton--basic). |
| Square as | `square` `circle` | whether to generate a square node on Figma as a circular skeleton or as it(square) is. |

## @figeleton/skelton

Skeleton component. (It can be used alone regardless of figma plugin.)

### Usage

```
npm install @figeleton/skeleton
```

## Contributing

Everyone is welcome to contribute. Whether you're helping us implement features, fix bugs or improve the docs, we'd love to have you as part of the community!

Leave any questions or feature requests to [issue](https://github.com/SoYoung210/figeleton/issues/new).