@allxsmith/bestax-bulma 2.1.1 → 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 +21 -11
- package/package.json +3 -20
package/README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
# bestax-bulma
|
|
1
|
+
# @allxsmith/bestax-bulma
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@allxsmith/bestax-bulma)
|
|
4
|
+
[](https://www.npmjs.com/package/@allxsmith/bestax-bulma)
|
|
5
|
+
[](https://bundlephobia.com/package/@allxsmith/bestax-bulma)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://github.com/allxsmith/bestax)
|
|
8
|
+
[](https://bulma.io)
|
|
9
|
+
[](https://opensource.org/licenses/MIT)
|
|
10
|
+
|
|
11
|
+
React Bulma components library - TypeScript-first component library for Bulma CSS framework. Build accessible, modern UIs with fully-typed React components.
|
|
2
12
|
|
|
3
13
|
A modern, flexible React component library built with the latest Bulma v1 and TypeScript.
|
|
4
14
|
|
|
@@ -74,21 +84,21 @@ export default App;
|
|
|
74
84
|
|
|
75
85
|
---
|
|
76
86
|
|
|
77
|
-
##
|
|
87
|
+
## ⭐ Why Choose bestax-bulma?
|
|
78
88
|
|
|
79
|
-
- **
|
|
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**
|
|
80
92
|
Other React Bulma libraries are stuck on Bulma 0.9.4 — bestax-bulma is built for the future.
|
|
81
|
-
- **
|
|
82
|
-
|
|
83
|
-
- **
|
|
84
|
-
Clean install, smaller bundle, fewer codeql security issues.
|
|
85
|
-
- **99% unit test coverage**
|
|
93
|
+
- **Zero external dependencies**
|
|
94
|
+
Clean install, smaller bundle, fewer security concerns.
|
|
95
|
+
- **99% unit test coverage**
|
|
86
96
|
Rigorously tested for reliability and stability.
|
|
87
|
-
- **100% TypeScript**
|
|
97
|
+
- **100% TypeScript**
|
|
88
98
|
Full type safety for you and your team.
|
|
89
|
-
- **100% Bulma Implementation**
|
|
99
|
+
- **100% Bulma Implementation**
|
|
90
100
|
Complete bulma implementation.
|
|
91
|
-
- **Active developer support**
|
|
101
|
+
- **Active developer support**
|
|
92
102
|
Issues? Questions? PRs? Get fast responses and real improvements.
|
|
93
103
|
|
|
94
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",
|
|
@@ -78,27 +78,10 @@
|
|
|
78
78
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
79
79
|
},
|
|
80
80
|
"keywords": [
|
|
81
|
-
"bulma",
|
|
82
|
-
"bulma-react",
|
|
83
|
-
"bulma components",
|
|
84
|
-
"bulma ui",
|
|
85
81
|
"react",
|
|
86
|
-
"
|
|
87
|
-
"react bulma",
|
|
88
|
-
"react bulma components",
|
|
89
|
-
"react ui",
|
|
82
|
+
"bulma",
|
|
90
83
|
"typescript",
|
|
91
|
-
"
|
|
92
|
-
"ui library",
|
|
93
|
-
"ui kit",
|
|
94
|
-
"design system",
|
|
95
|
-
"frontend",
|
|
96
|
-
"web components",
|
|
97
|
-
"css framework",
|
|
98
|
-
"bootstrap alternative",
|
|
99
|
-
"material alternative",
|
|
100
|
-
"storybook",
|
|
101
|
-
"bestax"
|
|
84
|
+
"components"
|
|
102
85
|
],
|
|
103
86
|
"exports": {
|
|
104
87
|
".": {
|