// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders ./components/collapse/demo/accordion.vue correctly 1`] = `
`; exports[`renders ./components/collapse/demo/basic.vue correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

`; exports[`renders ./components/collapse/demo/borderless.vue correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.

`; exports[`renders ./components/collapse/demo/collapsible.vue correctly 1`] = `
This panel can only be collapsed by clicking text

A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.

This panel can only be collapsed by clicking icon

A dog is a type of domesticated animal. Known for its loyalty and faithfulness, it can be found as a welcome guest in many households across the world.

`; exports[`renders ./components/collapse/demo/custom.vue correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

`; exports[`renders ./components/collapse/demo/extra.vue correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.


Expand Icon Position:
start
`; exports[`renders ./components/collapse/demo/ghost.vue correctly 1`] = `
This is panel header 1

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

`; exports[`renders ./components/collapse/demo/mix.vue correctly 1`] = `
`; exports[`renders ./components/collapse/demo/noarrow.vue correctly 1`] = `
This is panel header with arrow icon

A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.

`;