We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf7b15 commit 3daff7eCopy full SHA for 3daff7e
README.md
@@ -93,6 +93,25 @@ If You want to see more detail,<br>
93
94
- [`example/app.tsx`](https://github.com/kimcoder/react-simple-image-slider/blob/master/example/App.tsx)<br>
95
96
+# Style customize
97
+
98
+- can customize by className with `!important`;
99
100
+```
101
+.your-app {
102
+ .rsis-container {
103
+ // do something
104
+ }
105
+}
106
107
108
+ .rsis-image {
109
+ background-size: contain !important;
110
111
112
113
114
115
# Development
116
117
### directory & source
0 commit comments