Skip to content

Commit af36dde

Browse files
committed
docs: reorganize README badges into a clean 3-column table format
1 parent ab12009 commit af36dde

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A fast, typed React 19.2.3 hooks library for the Figma Variables API: fetch, upd
1010

1111
Built for the modern web, this library provides a suite of hooks to fetch, manage, and mutate your design tokens/variables, making it easy to sync them between Figma and your React applications, Storybooks, or design system dashboards.
1212

13-
| Package | Quality | Activity |
14-
| --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
15-
| [![npm version](https://img.shields.io/npm/v/%40figma-vars%2Fhooks)](https://www.npmjs.com/package/@figma-vars/hooks) | ![CI](https://github.com/marklearst/figma-vars-hooks/actions/workflows/ci.yml/badge.svg) | ![GitHub last commit](https://img.shields.io/github/last-commit/marklearst/figma-vars-hooks) |
16-
| ![npm downloads](https://img.shields.io/npm/dm/%40figma-vars%2Fhooks) | [![codecov](https://codecov.io/gh/marklearst/figma-vars-hooks/branch/main/graph/badge.svg)](https://codecov.io/gh/marklearst/figma-vars-hooks) | ![Status](https://img.shields.io/badge/status-stable-brightgreen) |
17-
| ![bundle size](https://img.shields.io/bundlephobia/minzip/%40figma-vars%2Fhooks) | ![Test Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen) | ![License](https://img.shields.io/github/license/marklearst/figma-vars-hooks) |
18-
| ![node version](https://img.shields.io/node/v/%40figma-vars%2Fhooks) | ![TypeScript](https://img.shields.io/badge/TypeScript-100%25_Strict-blue?logo=typescript) | |
13+
| Package | Quality | Activity |
14+
| --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
15+
| [![npm version](https://img.shields.io/npm/v/%40figma-vars%2Fhooks)](https://www.npmjs.com/package/@figma-vars/hooks) | ![CI](https://github.com/marklearst/figma-vars-hooks/actions/workflows/ci.yml/badge.svg) | ![GitHub last commit](https://img.shields.io/github/last-commit/marklearst/figma-vars-hooks) |
16+
| ![npm downloads](https://img.shields.io/npm/dm/%40figma-vars%2Fhooks) | [![codecov](https://codecov.io/gh/marklearst/figma-vars-hooks/branch/main/graph/badge.svg)](https://codecov.io/gh/marklearst/figma-vars-hooks) | ![Status](https://img.shields.io/badge/status-stable-brightgreen) |
17+
| ![bundle size](https://img.shields.io/bundlephobia/minzip/%40figma-vars%2Fhooks) | ![Test Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen) | ![License](https://img.shields.io/github/license/marklearst/figma-vars-hooks) |
18+
| ![node version](https://img.shields.io/node/v/%40figma-vars%2Fhooks) | ![TypeScript](https://img.shields.io/badge/TypeScript-100%25_Strict-blue?logo=typescript) | ![GitHub code size](https://img.shields.io/github/languages/code-size/marklearst/figma-vars-hooks) |
1919

2020
## 📌 Why 4.0.0
2121

0 commit comments

Comments
 (0)