# [Details](https://winduum.dev/docs/components/details.html)

## Dependencies
* [slide-element](https://www.npmjs.com/package/slide-element)

## Installation
```shell
npm i winduum
```
Learn more how to set up Winduum [here](https://winduum.dev/docs/).

```js
import { showDetails } from 'winduum/src/components/details/index.js'
```

### Local imports
By default, imports are directly from `npm` so you can leverage updates.
You can also copy and paste the code from this directory to your project and remap the imports to local.

```js
import { showDetails } from '@/components/details/assets/index.js'
```

### Docs
Visit [docs](https://winduum.dev/docs/components/details.html) to learn more about Javascript API and see usage examples.
