├── README.md ├── index.html ├── inspiration.jpg ├── inspiration_hd.png ├── preview.png └── resources └── profile-image.png /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Simple Chat design built with TailwindCSS 3 | 4 | ## About 5 | 6 | There are millions of awesome and good looking web/app designs out there and dribbble has a wide variety of them gathered in one place. 7 | 8 | So i thought, why not use the free time i have to convert some of those designs into HTML using the well built tailwindcss. 9 | 10 | ## Chat design 11 |  12 | 13 | Original name: *Chat - Property dashboard* 14 | 15 | Link: https://dribbble.com/shots/4797890--Chat-Property-dashboard 16 | 17 | Author: [Iftikhar Shaikh](https://dribbble.com/iftikharshaikh) 18 | 19 | ## License 20 | 21 | Licensed under the MIT license. -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |