-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(examples): add advanced table example #393
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Live Preview ready!
|
…docs)-add-table
@benjamincanac |
Would you mind opening a separate PR for the eslint rules? |
That's Done Here #464 |
Thanks! :) I've updated the design a bit. |
Amazing job on this, I love it, thanks a lot. |
Have you tried setting |
Table
I tried to make it as simple as possible, which I am sharing here.
#297 (comment)
✨ Features:
Note:
I added some ESLint rules for spacing in Vue, which are very important to make our lives easier 😎😊 when writing code. I noticed that sometimes rules like
object-curly-spacing
andarrow-spacing
are not consistent throughout the code.