bnstooltips 1.4.4 → 1.4.5
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
1
|
# bnstooltips
|
|
2
2
|
|
|
3
|
+
## Blade and Soul style tooltips in the browser
|
|
4
|
+
|
|
5
|
+
Used in my YAST Project. https://yast.now.sh
|
|
6
|
+
|
|
7
|
+
### Examples
|
|
8
|
+
|
|
9
|
+

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
### Dev note
|
|
3
14
|
Create a new component from templates with `yarn createCp`
|