reactive-bulma 0.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 Nicolás Omar González Passerino
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2022 Nicolás Omar González Passerino
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,32 +1,32 @@
1
- # Reactive bulma ![Reactive bulma version](https://img.shields.io/github/package-json/v/nicolasomar/reactive-bulma?color=success&label=%20&style=flat-square)
2
- Component library based on React, typescript and bulma
3
-
4
- ## What do I need?
5
- Before cloning this repo, I recommend installing the following software:
6
- - [Node](https://nodejs.org/en/download/) >=12.16.1 to install packages
7
-
8
- ## Setup
9
- After cloning the repo, install the node packages in the project's root file.
10
- ```sh
11
- git clone https://github.com/NicolasOmar/reactive-bulma.git
12
- cd reactive-bulma
13
- npm install
14
- ```
15
-
16
- ## How to run it
17
- To run it's storybook (until `v0.1.0`, it will have an example button only)
18
- ```sh
19
- npm start
20
- ```
21
- To rebuild the project with your changes
22
- ```sh
23
- npm run build
24
- ```
25
-
26
- ## Find out more
27
- | [Project Status](https://github.com/users/NicolasOmar/projects/3) |
28
- | :--- |
29
- | Project board for project status tracking
30
-
31
- ## License
1
+ # Reactive bulma ![Reactive bulma version](https://img.shields.io/github/package-json/v/nicolasomar/reactive-bulma?color=success&label=%20&style=flat-square)
2
+ Component library based on React, typescript and bulma
3
+
4
+ ## What do I need?
5
+ Before cloning this repo, I recommend installing the following software:
6
+ - [Node](https://nodejs.org/en/download/) >=18 to install packages
7
+
8
+ ## Setup
9
+ After cloning the repo, install the node packages in the project's root file.
10
+ ```sh
11
+ git clone https://github.com/NicolasOmar/reactive-bulma.git
12
+ cd reactive-bulma
13
+ npm install
14
+ ```
15
+
16
+ ## How to run it
17
+ To run it's storybook (until `v1.1.0`, it will have an example button only)
18
+ ```sh
19
+ npm start
20
+ ```
21
+ To rebuild the project with your changes
22
+ ```sh
23
+ npm run build
24
+ ```
25
+
26
+ ## Find out more
27
+ | [Project Status](https://github.com/users/NicolasOmar/projects/3) | [Storybook site](https://my-pets-storybook.netlify.app/) | [Npm Package](https://www.npmjs.com/package/reactive-bulma)
28
+ | :--- | :--- | :--- |
29
+ | Project board for project status tracking | Site dedicated to show and test all the created components | Public package site in npm
30
+
31
+ ## License
32
32
  **MIT**