Skip to content

Commit 8eb1d52

Browse files
authored
Merge pull request #14 from CGWebDev2003/main
...
2 parents 9547e47 + 04d63fd commit 8eb1d52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

neptune.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ export class Badge {
5858
*
5959
* text -> content of your Button
6060
*
61-
* icon -> add the i tagof your icon
61+
* icon -> add the i tag of your icon
6262
*
6363
* iconPosition -> left or right
6464
*
6565
* size -> s, m, l
6666
*
67-
* style -> primary, cta, information, success, warning, error
67+
* style -> primary, secondary, cta, information, success, warning, error
6868
*
6969
* @example
7070
* const myButton = new Button({
@@ -135,7 +135,7 @@ export class Button {
135135
*
136136
* size -> s, m, l
137137
*
138-
* style -> primary, cta, information, success, warning, error
138+
* style -> primary, accent, information, success, warning, error
139139
*
140140
* title -> add the title
141141
*
@@ -195,7 +195,7 @@ export class Link {
195195
*
196196
* parent -> class or id of your target element, when null its document.body
197197
*
198-
* style -> primary, cta, information, success, warning, error
198+
* style -> primary, accent, information, success, warning, error
199199
*
200200
* animation -> linnear, eased
201201
*
@@ -251,7 +251,7 @@ export class Spinner {
251251
*
252252
* text -> add your message text
253253
*
254-
* style -> primary, cta, information, success, warning, error
254+
* style -> primary, accent, information, success, warning, error
255255
*
256256
* position -> left-top, left-bottom, right-top, right-bottom
257257
*
@@ -322,7 +322,7 @@ export class Toast {
322322
*
323323
* size -> xs, s, m, l, xl
324324
*
325-
* style -> primary, cta, information, success, warning, error
325+
* style -> primary, accent, information, success, warning, error
326326
*
327327
* progress -> set the progress of the par width a number
328328
*

0 commit comments

Comments
 (0)