@customerjourney/cj-linkin-bio 1.5.1
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/LICENSE +674 -0
- package/README.md +40 -0
- package/dist/index.js +7459 -0
- package/dist/index.min.js +977 -0
- package/linkinbio.png +0 -0
- package/package.json +37 -0
- package/src/components/AboutMe.js +68 -0
- package/src/components/LinkinBio.js +242 -0
- package/src/components/ShareLink.js +87 -0
- package/src/index.js +3 -0
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# cj-linkin-bio
|
|
2
|
+
Link in bio component of the BuyerJourneyJS project
|
|
3
|
+
|
|
4
|
+
## Functions
|
|
5
|
+
1. Tree links can act as links or buttons and can contain a thumbnail.
|
|
6
|
+
2. Accepts bulma styles and animations from BuyerJourneyJS.
|
|
7
|
+
3. Customizable footer message and logo
|
|
8
|
+
4. It may have a verified user symbol. Verified by who? By himself 😜
|
|
9
|
+
5. Made in vanilla javascript.
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
## Social links available
|
|
14
|
+
- X
|
|
15
|
+
- Threads
|
|
16
|
+
- Instagram
|
|
17
|
+
- Facebook
|
|
18
|
+
- Youtube
|
|
19
|
+
- Linkedin
|
|
20
|
+
- Vk
|
|
21
|
+
- Discord
|
|
22
|
+
- Twitch
|
|
23
|
+
- Tiktok
|
|
24
|
+
- Whatsapp
|
|
25
|
+
- Github
|
|
26
|
+
- Gitlab
|
|
27
|
+
- eMail
|
|
28
|
+
|
|
29
|
+
## Documentation
|
|
30
|
+
- [cj-linkin-bio ](https://customerjourney.ninja/documentation/linkin-bio/linkin-bio/).
|
|
31
|
+
- [CustomerJourneyJS project](https://customerjourney.ninja/).
|
|
32
|
+
- [Get started](https://customerjourney.ninja/getting-started/).
|
|
33
|
+
|
|
34
|
+
## bj-linkin-bio is made with
|
|
35
|
+
- [bulma](https://bulma.io/).
|
|
36
|
+
- [Animate.css](https://animate.style/).
|
|
37
|
+
- [Font Awesome](https://fontawesome.com/).
|
|
38
|
+
|
|
39
|
+
## License
|
|
40
|
+
bj-linkin-bio is [GPL-3.0-or-later](./LICENSE).
|