@@ -12,6 +12,9 @@ ListKit is DSL for building UICollectionViewCompositionalLayout. You can make UI
12
12
13
13
## Examples
14
14
15
+ You can checkout examples for ListKit at here:
16
+ - [ https://github.com/ReactComponentKit/ListKitExamples ] ( https://github.com/ReactComponentKit/ListKitExamples )
17
+
15
18
|![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex01.gif ) |![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex02.gif ) |![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex03.gif ) |![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex04.gif ) |![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex05.gif ) |![ ] ( https://raw.githubusercontent.com/ReactComponentKit/ListKitExamples/main/arts/ex06.gif )
16
19
| :----------------------------:| :------------------------:| :------------------------:| :----------------------:| :----------------------:| :----------------------:|
17
20
@@ -396,4 +399,29 @@ dependencies: [
396
399
- ` func configure(cell: UICollectionViewCell) `
397
400
- Configure UICollectionViewCell if needed
398
401
- ` func component<T>(at indexPath: IndexPath, to: T.Type) -> T? `
399
- - Query the component at IndexPath and casting it to T type if there is.
402
+ - Query the component at IndexPath and casting it to T type if there is.
403
+
404
+
405
+ ## MIT License
406
+
407
+ MIT License
408
+
409
+ Copyright (c) 2021 ListKit
410
+
411
+ Permission is hereby granted, free of charge, to any person obtaining a copy
412
+ of this software and associated documentation files (the "Software"), to deal
413
+ in the Software without restriction, including without limitation the rights
414
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
415
+ copies of the Software, and to permit persons to whom the Software is
416
+ furnished to do so, subject to the following conditions:
417
+
418
+ The above copyright notice and this permission notice shall be included in all
419
+ copies or substantial portions of the Software.
420
+
421
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
422
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
423
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
424
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
425
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
426
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
427
+ SOFTWARE.
0 commit comments