@allxsmith/bestax-bulma 2.1.2 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -84,21 +84,21 @@ export default App;
|
|
|
84
84
|
|
|
85
85
|
---
|
|
86
86
|
|
|
87
|
-
##
|
|
87
|
+
## ⭐ Why Choose bestax-bulma?
|
|
88
88
|
|
|
89
|
-
- **
|
|
89
|
+
- **Ultra-lightweight: Only 21KB gzipped** ✨
|
|
90
|
+
3-20x smaller than most popular React UI libraries (which range from 60-500KB+ gzipped)
|
|
91
|
+
- **Supports the latest Bulma v1.x**
|
|
90
92
|
Other React Bulma libraries are stuck on Bulma 0.9.4 — bestax-bulma is built for the future.
|
|
91
|
-
- **
|
|
92
|
-
|
|
93
|
-
- **
|
|
94
|
-
Clean install, smaller bundle, fewer codeql security issues.
|
|
95
|
-
- **99% unit test coverage**
|
|
93
|
+
- **Zero external dependencies**
|
|
94
|
+
Clean install, smaller bundle, fewer security concerns.
|
|
95
|
+
- **99% unit test coverage**
|
|
96
96
|
Rigorously tested for reliability and stability.
|
|
97
|
-
- **100% TypeScript**
|
|
97
|
+
- **100% TypeScript**
|
|
98
98
|
Full type safety for you and your team.
|
|
99
|
-
- **100% Bulma Implementation**
|
|
99
|
+
- **100% Bulma Implementation**
|
|
100
100
|
Complete bulma implementation.
|
|
101
|
-
- **Active developer support**
|
|
101
|
+
- **Active developer support**
|
|
102
102
|
Issues? Questions? PRs? Get fast responses and real improvements.
|
|
103
103
|
|
|
104
104
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allxsmith/bestax-bulma",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "A fully-typed React component library for the Bulma CSS framework. Build modern UIs quickly with reusable, accessible, and customizable Bulma-based React components.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|