All Projects → roman01la → figcup

roman01la / figcup

Licence: EPL-1.0 license
Converts Figma designs into Reagent/Hiccup components to render in the browser

Programming Languages

clojure
4091 projects

Labels

Projects that are alternatives of or similar to figcup

Figmatocode
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
Stars: ✭ 2,299 (+5950%)
Mutual labels:  figma
figma-responsify
⚡️A Figma plugin to quickly test your designs across multiple device sizes.
Stars: ✭ 51 (+34.21%)
Mutual labels:  figma
figma
Primer, GitHub's design system, available on Figma.
Stars: ✭ 28 (-26.32%)
Mutual labels:  figma
assistant
🤖 Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Stars: ✭ 451 (+1086.84%)
Mutual labels:  figma
figma-preview-swiftui
Figma component preview for your SwiftUI views
Stars: ✭ 51 (+34.21%)
Mutual labels:  figma
designfactory-app
A project that generates pdf documents from design templates from Figma + your own data via the GUI or REST API.
Stars: ✭ 30 (-21.05%)
Mutual labels:  figma
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-50%)
Mutual labels:  figma
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+12260.53%)
Mutual labels:  figma
Figicons
📦 150+ packaged & ready icons, designed in Figma. Ships with support for custom line icons.
Stars: ✭ 20 (-47.37%)
Mutual labels:  figma
figma-linux-font-helper
Figma Linux Font Helper
Stars: ✭ 110 (+189.47%)
Mutual labels:  figma
Figma-to-HTML
Figma to HTML/React and truly responsive
Stars: ✭ 27 (-28.95%)
Mutual labels:  figma
flowbite
The most popular and open-source library of Tailwind CSS components
Stars: ✭ 3,727 (+9707.89%)
Mutual labels:  figma
figma-hosted-export
Copy hosted image URLs for any frame inside Figma
Stars: ✭ 39 (+2.63%)
Mutual labels:  figma
figma-plus-advanced-rename-plugin
A better and more powerful batch rename plugin for Figma with a dozen of options
Stars: ✭ 28 (-26.32%)
Mutual labels:  figma
figma-static-localizer
A Figma plugin for static localization
Stars: ✭ 30 (-21.05%)
Mutual labels:  figma
React Figma
⚛️ A React renderer for Figma
Stars: ✭ 1,830 (+4715.79%)
Mutual labels:  figma
figwrapper
Figwrapper is a script that fully integrates the Figma design tool (web version) into a complete app for Linux with local font support.
Stars: ✭ 13 (-65.79%)
Mutual labels:  figma
vscode
Builder.io for VSCode - turn designs into code!
Stars: ✭ 139 (+265.79%)
Mutual labels:  figma
BoxFeed
News App 📱 built to demonstrate the use of SwiftUI 3 features, Async/Await, CoreData and MVVM architecture pattern.
Stars: ✭ 112 (+194.74%)
Mutual labels:  figma
Figma-Plugin-Webpack-React-Template
Base for building Figma plugins with React
Stars: ✭ 16 (-57.89%)
Mutual labels:  figma

figma->hiccup

Converts Figma designs into Hiccup and Reagent components to render in the browser.

How to use

Code overview

FAQ

Why it doesn't layout elements in browser in the same way as in Figma editor?

Because Figma is using its own constraint layout system to position elements on the screen, which is different from CSS. However this behaviour can be reproduced via custom layout algorithm. See http://overconstrained.io/ for reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].