Selaa lähdekoodia

Update Readme.md

NaotoshiFujita 5 vuotta sitten
vanhempi
commit
17ef3b6782
5 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 1 0
      .npmignore
  2. 14 0
      README.md
  3. BIN
      images/react-logo.png
  4. BIN
      images/splide-logo.png
  5. BIN
      images/vue-logo.png

+ 1 - 0
.npmignore

@@ -1,4 +1,5 @@
 node_modules/
+images/
 
 .editorconfig
 

+ 14 - 0
README.md

@@ -11,6 +11,7 @@
 * [Documents](https://splidejs.com/category/users-guide/)
 
 ## News
+* [React Splide](https://splidejs.com/integration-react-splide/) is released.
 * [Vue Splide](https://splidejs.com/integration-vue-splide/) is released.
 * Add 'resetProgress' and 'throttle' options.
 * Breakpoints accept 'drag' and 'pagination'.
@@ -148,7 +149,20 @@ Here is a list of options and brief explanations. Visit [this page](https://spli
 * [Grid](https://splidejs.com/extension-grid/): Create rows and cols in a slider.
 
 ## Integration
+<p>
+    <a href="https://vuejs.org/" target="_blank">
+        <img width="100px" src="images/vue-logo.png">
+    </a>
+    <span>&nbsp;</span>
+    <a href="https://reactjs.org/" target="_blank">
+        <img width="100px" src="images/react-logo.png">
+    </a>
+</p>
+
+Easy to intagrate a Splide slider or carousel into your Vue or React project.
+
 * [Vue Splide](https://splidejs.com/integration-vue-splide/) 
+* [React Splide](https://splidejs.com/integration-vue-splide/) 
 
 ## API and Extension
 Splide provides some APIs and the way to customize the behaviour programmatically.

BIN
images/react-logo.png


BIN
images/splide-logo.png


BIN
images/vue-logo.png