1
1
---
2
2
meta :
3
- title : ' Shoelace : A forward-thinking library of web components .'
3
+ title : ' Nebula : A specialized fork of Shoelace for Crypto and Blockchain interfaces .'
4
4
description : Hand-crafted custom elements for any occasion.
5
5
toc : false
6
6
---
@@ -29,12 +29,10 @@ toc: false
29
29
30
30
<div class =" badges " >
31
31
32
- [ ![ jsDelivr] ( https://data.jsdelivr.com/v1/package/npm/@shoelace-style/shoelace /badge )] ( https://www.jsdelivr.com/package/npm/@shoelace-style/shoelace )
33
- [ ![ npm] ( https://img.shields.io/npm/dw/@shoelace-style/shoelace ?label=npm&style=flat-square )] ( https://www.npmjs.com/package/@shoelace-style/shoelace )
32
+ [ ![ jsDelivr] ( https://data.jsdelivr.com/v1/package/npm/@onsonr/nebula /badge )] ( https://www.jsdelivr.com/package/npm/@onsonr/nebula )
33
+ [ ![ npm] ( https://img.shields.io/npm/dw/@onsonr/nebula ?label=npm&style=flat-square )] ( https://www.npmjs.com/package/@onsonr/nebula )
34
34
[ ![ License] ( https://img.shields.io/badge/license-MIT-232323.svg?style=flat-square )] ( https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md ) <br >
35
- [ ![ Discord] ( https://img.shields.io/badge/Discord-Join%20the%20chat-5965f2.svg?style=flat-square&logo=discord&logoColor=white )] ( https://discord.gg/mg8f26C )
36
- [ ![ Twitter] ( https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white )] ( https://twitter.com/shoelace_style )
37
- [ ![ Sponsor] ( https://img.shields.io/badge/GitHub-Code-232323.svg?style=flat-square&logo=github&logoColor=white )] ( https://github.com/shoelace-style/shoelace )
35
+ [ ![ Twitter] ( https://img.shields.io/badge/Twitter-Follow-00acee.svg?style=flat-square&logo=twitter&logoColor=white )] ( https://twitter.com/sonr_io )
38
36
39
37
</div >
40
38
@@ -44,8 +42,8 @@ Add the following code to your page.
44
42
45
43
<!-- prettier-ignore -->
46
44
``` html
47
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace @%VERSION%/%CDNDIR%/themes/light.css" />
48
- <script type =" module" src =" https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace @%VERSION%/%CDNDIR%/shoelace-autoloader.js" ></script >
45
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@onsonr/nebula @%VERSION%/%CDNDIR%/themes/light.css" />
46
+ <script type =" module" src =" https://cdn.jsdelivr.net/npm/@onsonr/nebula @%VERSION%/%CDNDIR%/shoelace-autoloader.js" ></script >
49
47
```
50
48
51
49
Now you have access to all of Shoelace's components! Try adding a button:
0 commit comments