/

GitStack v4.2 Release Notes

12.4k stars
1.2k forks
Active Development
342 watching

New Atomic Design Primitives

We are introducing a set of new primitives that follow the Atomic Design methodology. These components are built with performance and developer experience in mind.

Atoms

Individual UI elements like buttons, inputs, and badges.

Molecules

Groups of atoms functioning together as a unit.

Code Snippet: Integration

lib/gitstack-init.ts
import { createStack } from "@gitstack/core";

const stack = createStack({
  theme: "developer-dark",
  scannability: "high",
  precision: true
});

export default stack;

Changelog History

12 commits today
f2a8c3eRefactor: move atomic components to core2h ago
9d10112Feat: add syntax highlighting for rust5h ago
a3b4c5dFix: sidebar jump on mobile scroll1d ago