Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmybutton/react-tailwind-table
Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS.
https://github.com/jimmybutton/react-tailwind-table
Last synced: 6 days ago
JSON representation
Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/jimmybutton/react-tailwind-table
- Owner: jimmybutton
- License: 0bsd
- Created: 2021-06-21T17:23:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T09:22:17.000Z (over 3 years ago)
- Last Synced: 2024-08-02T20:47:06.729Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 527 KB
- Stars: 213
- Watchers: 3
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Table + Tailwind CSS = ❤️
Source code for my tutorial on how to build customizable table component with React Table and Tailwind CSS.
Both parts of the tutorial can be found on my [blog](https://www.samuelliedtke.com/):
- [Part 1](https://www.samuelliedtke.com/blog/react-table-tutorial-part-1/): Build a fully featured table component step by step
- [Part 2](https://www.samuelliedtke.com/blog/react-table-tutorial-part-2/): Style the table with Tailwind CSSHere is how the table component looks like:
![image](https://user-images.githubusercontent.com/45269373/122803208-36351600-d2be-11eb-97c5-ca5c3f15d7d1.png)
## 📖 Installation
```shell
$ npm install
$ npm start
# Load the site at http://127.0.0.1:3000
```## 🤝 Contributing
Contributions, issues and feature requests are welcome!## ⭐️ Support
Give a ⭐️ if this project helped you!