equinox-web-components
Version:
Equinox design for the web using StencilJS
17 lines (16 loc) • 444 B
JavaScript
import readme from './readme.md';
export default {
notes: readme,
states: [
{
title: 'Collapse',
props: {
headerTitle: 'Song description',
},
containerStyle: {
width: '500px'
},
content: `Full | Piano-led deep house with fat bassline, huge beats & soulful male vocal. Extended club remix`
}
]
};