Skip to content

Commit 1b4459d

Browse files
committed
update README.md
1 parent 60d222e commit 1b4459d

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 ReactComponentKit
3+
Copyright (c) 2021 ListKit
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ListKit is DSL for building UICollectionViewCompositionalLayout. You can make UI
1212

1313
## Examples
1414

15+
You can checkout examples for ListKit at here:
16+
- [https://github.com/ReactComponentKit/ListKitExamples](https://github.com/ReactComponentKit/ListKitExamples)
17+
1518
|![](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)
1619
|:----------------------------:|:------------------------:|:------------------------:|:----------------------:|:----------------------:|:----------------------:|
1720

@@ -396,4 +399,29 @@ dependencies: [
396399
- `func configure(cell: UICollectionViewCell)`
397400
- Configure UICollectionViewCell if needed
398401
- `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

Comments
 (0)