@allxsmith/bestax-bulma 2.1.0 β 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 +15 -5
- package/package.json +4 -21
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
|
|
|
@@ -7,7 +17,7 @@ A modern, flexible React component library built with the latest Bulma v1 and Ty
|
|
|
7
17
|
## π Comprehensive Documentation
|
|
8
18
|
|
|
9
19
|
**Looking for full documentation, guides, API references, and best practices?**
|
|
10
|
-
π **Visit our official docs at [https://bestax.
|
|
20
|
+
π **Visit our official docs at [https://bestax.io](https://bestax.io)**
|
|
11
21
|
|
|
12
22
|
> The documentation site is the best place to learn about all bestax-bulma features, usage patterns, and updates. We strongly recommend using the docs as your primary resource!
|
|
13
23
|
|
|
@@ -104,9 +114,9 @@ View the package on npmjs:
|
|
|
104
114
|
|
|
105
115
|
**For full documentation, guides, and best practices, please use our official docs site:**
|
|
106
116
|
|
|
107
|
-
π [https://bestax.
|
|
117
|
+
π [https://bestax.io](https://bestax.io)
|
|
108
118
|
|
|
109
|
-
> **Always refer to the [documentation site](https://bestax.
|
|
119
|
+
> **Always refer to the [documentation site](https://bestax.io) first:**
|
|
110
120
|
> Itβs the most complete and up-to-date source for everything bestax-bulma!
|
|
111
121
|
|
|
112
122
|
---
|
|
@@ -115,7 +125,7 @@ View the package on npmjs:
|
|
|
115
125
|
|
|
116
126
|
Explore live, interactive component examples in our Storybook:
|
|
117
127
|
|
|
118
|
-
π [https://bestax.
|
|
128
|
+
π [https://bestax.io/storybook](https://bestax.io/storybook)
|
|
119
129
|
|
|
120
130
|
---
|
|
121
131
|
|
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
|
".": {
|
|
@@ -129,7 +112,7 @@
|
|
|
129
112
|
"url": "git+https://github.com/allxsmith/bestax.git",
|
|
130
113
|
"directory": "bulma-ui"
|
|
131
114
|
},
|
|
132
|
-
"homepage": "https://bestax.
|
|
115
|
+
"homepage": "https://bestax.io",
|
|
133
116
|
"bugs": {
|
|
134
117
|
"url": "https://github.com/allxsmith/bestax/issues"
|
|
135
118
|
},
|