@allxsmith/bestax-bulma 2.1.1 → 2.1.2
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 +11 -1
- 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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allxsmith/bestax-bulma",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
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
|
".": {
|