@resistdesign/voltra 0.0.0-alpha.0 → 3.0.0-alpha.0
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 +1 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,23 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
<style>
|
|
6
|
-
|
|
7
|
-
.nav-button {
|
|
8
|
-
background: linear-gradient(145deg, #b285c9, #5e3a76); color: white; border: none; border-radius: 50px; padding:
|
|
9
|
-
15px 30px; font-size: 18px; font-weight: bold; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0
|
|
10
|
-
8px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; cursor: pointer; text-decoration: none; display: inline-block;"
|
|
11
|
-
onmouseover="this.style.background='linear-gradient(145deg, #a374b9, #4d2d61)'; this.style.boxShadow='0 6px 8px rgba(0,
|
|
12
|
-
0, 0, 0.2), 0 12px 20px rgba(0, 0, 0, 0.2)'; this.style.transform='translateY(-2px)';" onmouseout="
|
|
13
|
-
this.style.background='linear-gradient(145deg, #b285c9, #5e3a76)'; this.style.boxShadow='0 4px 6px rgba(0, 0, 0, 0.1), 0
|
|
14
|
-
8px 15px rgba(0, 0, 0, 0.1)'; this.style.transform='translateY(0)';
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
</style>
|
|
18
|
-
|
|
19
5
|
------------
|
|
20
6
|
|
|
21
|
-
|
|
7
|
+
[See The Demos](https://docs.voltra.app)
|
|
22
8
|
|
|
23
9
|
## Usage
|
|
24
10
|
|