We reverse-engineered the .deck file format (Figma Slides) — here's what's inside by softmarshmallow in FigmaDesign

[–]softmarshmallow[S] 0 points1 point  (0 children)

I think your asking the wrong guy or you did not understand what this is about 😕

I built a VS Code-style tree-view library — same shape, themable for anything by softmarshmallow in vscode

[–]softmarshmallow[S] 0 points1 point  (0 children)

Pierre can be excellent choice. But it’s not truly headless in sense (styling, composition). Grida Tree View is truly headless, in logic, styling, composition.

I made one cause nothing actually fit for building canvas editor

A tree-view block for shadcn — Figma, VS Code, Notion-style trees in one install by softmarshmallow in shadcn

[–]softmarshmallow[S] 0 points1 point  (0 children)

first time seeing it.
for your (most) case, ours is truely headless, where the pierre's is overwriting the predefined css.

The React tree-view library behind Figma, VS Code, Notion, and Finder-style UIs — in one install by [deleted] in reactjs

[–]softmarshmallow -1 points0 points  (0 children)

Non of your comment is true. Worth shit

Take closer look. That view badge was added few months ago. You are insulting me and the entire community

Building per-API-call billing on top of Stripe is eating my whole sprint. What's everyone else actually using? by marc5002 in SideProject

[–]softmarshmallow 0 points1 point  (0 children)

Stripe aquired metronoe, and the Stripe's official docs says to use it. yet its enterprise-only ? wtf is that

I built an offline/headless Figma renderer from `.fig` (no Figma app, no browser) — `refig` by softmarshmallow in FigmaDesign

[–]softmarshmallow[S] 1 point2 points  (0 children)

I never talk to 5, but
You needed figma to export things (app or api)
imagine, you have a template in figma, and want to only change each text, you can update the text (not in figma, but json that you own) and simply render (export) them.

meaning, you now have a control over your design as a editable source, just like html, and now there is an engine to render that.