@@ -6,9 +6,9 @@ import { Translation } from "react-i18next";
6
6
7
7
<div className = " flex gap-lg" >
8
8
<div >
9
- <img src = " poster.png" height = { 72 } />
9
+ <img src = " poster.png" className = " h-16 " />
10
10
<Subtitle >
11
- <div style = { {marginInlineStart:" 5rem " }} >
11
+ <div style = { {marginInlineStart:" 5.25rem " }} >
12
12
<Translation >
13
13
{ (t , { i18n }) => t (" appDescription" , " Default text" )}
14
14
</Translation >
@@ -20,6 +20,36 @@ import { Translation } from "react-i18next";
20
20
21
21
<hr />
22
22
23
+ [ ![ Stars] ( https://img.shields.io/github/stars/adarshpastakia/react-fabric.svg?logoColor=blue&style=social&logo=github " GitHub Stars ")] ( https://github.com/adarshpastakia/react-fabric/stargazers )
24
+ [ ![ Forks] ( https://img.shields.io/github/forks/adarshpastakia/react-fabric.svg?logoColor=blue&style=social&logo=github " GitHub Forks ")] ( https://github.com/adarshpastakia/react-fabric/network/members )
25
+ [ ![ Issues] ( https://img.shields.io/github/issues/adarshpastakia/react-fabric.svg?logoColor=blue&style=social&logo=github " GitHub Issues ")] ( https://github.com/adarshpastakia/react-fabric/issues )
26
+ [ ![ Discussions] ( https://img.shields.io/github/discussions/adarshpastakia/react-fabric?style=social&logo=github&logoColor=blue " GitHub Discussions ")] ( https://github.com/adarshpastakia/react-fabric/discussions )
27
+
28
+ ![ license] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&labelColor=333&logo=none )
29
+ ![ node] ( https://img.shields.io/github/package-json/minNode/adarshpastakia/react-fabric?logo=node.js&logoColor=white&label=node&color=5FA04E )
30
+ ![ Build] ( https://img.shields.io/github/actions/workflow/status/adarshpastakia/react-fabric/build.yml?style=flat-square&logo=github&labelColor=333&label=build )
31
+ ![ npm] ( https://img.shields.io/npm/v/%40react-fabric%2Fcore?style=flat-square&logo=npm&labelColor=333&label=release&color=CB3837 )
32
+
33
+ ![ Deps] ( https://img.shields.io/librariesio/github/adarshpastakia/react-fabric?style=flat-square&logo=libraries.io&logoColor=fff&labelColor=333&label=dependencies )
34
+ ![ Maintain] ( https://img.shields.io/codeclimate/maintainability/adarshpastakia/react-fabric?style=flat-square&logo=code%20climate&labelColor=333&label=maintainability )
35
+ ![ Coverage] ( https://img.shields.io/codeclimate/coverage/adarshpastakia/react-fabric?style=flat-square&logo=code%20climate&labelColor=333&label=coverage )
36
+ ![ Issues] ( https://img.shields.io/codeclimate/issues/adarshpastakia/react-fabric?style=flat-square&logo=code%20climate&labelColor=333&label=issues )
37
+
38
+ [ ![ lerna] ( https://img.shields.io/badge/lerna-677ef8.svg?style=flat-square&labelColor=333&logo=lerna )] ( https://lerna.js.org/ )
39
+ [ ![ yarn] ( https://img.shields.io/badge/yarn-2C8EBB.svg?style=flat-square&labelColor=333&logo=yarn )] ( https://yarnpkg.com/ )
40
+ [ ![ react] ( https://img.shields.io/badge/react-61DAFB.svg?style=flat-square&labelColor=333&logo=react )] ( http://reactjs.org/ )
41
+ [ ![ ts] ( https://img.shields.io/badge/typescript-3178C6.svg?style=flat-square&labelColor=333&logo=typescript )] ( https://typescriptlang.org/ )
42
+ [ ![ emotion] ( https://img.shields.io/badge/tailwindcss-06B6D4.svg?style=flat-square&labelColor=333&logo=tailwindcss )] ( https://tailwindcss.com/ )
43
+ [ ![ prettier] ( https://img.shields.io/badge/prettier-EA4C89.svg?style=flat-square&labelColor=333&logo=prettier )] ( https://prettier.io/ )
44
+ [ ![ codeclimate] ( https://img.shields.io/badge/code%20climate-272425.svg?style=flat-square&labelColor=333&logo=code%20climate )] ( http://codeclimate.com/ )
45
+
46
+ <div className = " inline-flex gap-2 flex-nowrap items-center rounded py-1 px-2 outline" >
47
+ <img src = " chrome.png" className = " h-8" />
48
+ <span className = " text-lg" >≥ 121</span >
49
+ </div >
50
+
51
+ <hr />
52
+
23
53
Built using Tailwind and pure CSS, using CSS variables and the ` color-mix ` function which makes theming in css relatively easy.
24
54
25
55
A complete UI framework that provides a comprehensive suite of tools for building interactive and visually appealing applications. Here's an overview of the key features and components it includes:
0 commit comments