https://github.com/thrbttl/nuxtjs-slider-component
nuxtJs-slider-component
https://github.com/thrbttl/nuxtjs-slider-component
Last synced: 4 months ago
JSON representation
nuxtJs-slider-component
- Host: GitHub
- URL: https://github.com/thrbttl/nuxtjs-slider-component
- Owner: thrbttl
- Created: 2020-10-05T17:57:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T16:04:05.000Z (over 5 years ago)
- Last Synced: 2025-06-30T03:51:41.150Z (12 months ago)
- Language: Vue
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtJs-slider-component
nuxtJs-slider-component
```nuxtjs
import Slider from "../node_modules/nuxtjslider/slider1/Slider";
```
## En az iki içerik
```vuejs
content: [
{
title: "Deneme 1",
paragraph: "Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus.Praesent aliquam in tellus eu gravida. Aliquam varius finibus est interdum justo suscipit id.",
photo: "static/image/2.jpg",
},
{
title: "Deneme 2",
paragraph: "Aenean tortor est, vulputate quis leo in, vehicula rhoncus lacus.Praesent aliquam in tellus eu gravida. Aliquam varius finibus est interdum justo suscipit id.",
photo: "static/image/1.jpg",
},
]
```
````js
````
#### Arka plan için 'static' klasörü içine 'image' adında bir klasör oluşturun ve içine arkaplan imajınızın ismini 'slider-bg.jpg' yaparak atın.