|
| 1 | +{ |
| 2 | +"accordion": { |
| 3 | +"prefix":"ca-accordion", |
| 4 | +"body":"<ca-accordion></ca-accordion>", |
| 5 | +"description":"accordion component" |
| 6 | + }, |
| 7 | +"accordion-item": { |
| 8 | +"prefix":"ca-accordion-item", |
| 9 | +"body":"<ca-accordion-item :title=\"${1}\"></ca-accordion-item>", |
| 10 | +"description":"accordion item component" |
| 11 | + }, |
| 12 | +"breadcrumb": { |
| 13 | +"prefix":"ca-breadcrumb", |
| 14 | +"body":"<ca-breadcrumb noSlash></ca-breadcrumb>", |
| 15 | +"description":"breadcrumb component" |
| 16 | + }, |
| 17 | +"breadcrumb-item": { |
| 18 | +"prefix":"ca-breadcrumb-item", |
| 19 | +"body":"<ca-breadcrumb-item :href=\"${1}\"></ca-breadcrumb-item>", |
| 20 | +"description":"breadcrumb item component" |
| 21 | + }, |
| 22 | +"button": { |
| 23 | +"prefix":"ca-button", |
| 24 | +"body":"<ca-button primary></ca-button>", |
| 25 | +"description":"button component" |
| 26 | + }, |
| 27 | +"checkbox": { |
| 28 | +"prefix":"ca-checkbox", |
| 29 | +"body":"<ca-checkbox :itemId=\"${1}\" :itemValue=\"${2}\"></ca-checkbox>", |
| 30 | +"description":"checkbox component" |
| 31 | + }, |
| 32 | +"code-snippt": { |
| 33 | +"prefix":"ca-code-snippt", |
| 34 | +"body":"<ca-code-snippt type=\"code\"></ca-code-snippt>", |
| 35 | +"description":"code-snippt component" |
| 36 | + }, |
| 37 | +"content-switcher": { |
| 38 | +"prefix":"ca-content-switcher", |
| 39 | +"body":"<ca-content-switcher @selected=\"selected\"></ca-content-switcher>", |
| 40 | +"description":"content-switcher component" |
| 41 | + }, |
| 42 | +"content-switcher-button": { |
| 43 | +"prefix":"ca-content-switcher-button", |
| 44 | +"body":"<ca-content-switcher-button :switchValue=\"${1}\"></ca-content-switcher-button>", |
| 45 | +"description":"content-switcher-button component" |
| 46 | + } |
| 47 | +} |