Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit a872c72

Browse files
committed
Typo
1 parent 391c662 commit a872c72

File tree

1 file changed

+1
-1
lines changed
  • src/pages/building-react-and-vue-support-for-tailwind-ui

1 file changed

+1
-1
lines changed

src/pages/building-react-and-vue-support-for-tailwind-ui/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ It also makes assumptions about the shape of a `member` object. It would have to
213213

214214
The other issue is that in frameworks like Vue, you can only have one component per file. This means copying an example that was made up of 4-5 subcomponents would mean you have to copy 4-5 different snippets, create files for each one, and link them all together with the correct names/paths.
215215

216-
To me, something about doing all of this for people felt like going too far, at least for the problem we're trying to solve today. When everything is super broken up like that with predefined prop APIs and deliberately chosen component names, **it feels like you aren't supposed to change it anymore**. What I love about Tailwind UI is that clicking the "code" tab feels like opening up some complex piece of electonics and seeing all of the circuitry right there in front of you. It's a learning opportunity, and you can read the markup and class names and understand how it all works together.
216+
To me, something about doing all of this for people felt like going too far, at least for the problem we're trying to solve today. When everything is super broken up like that with predefined prop APIs and deliberately chosen component names, **it feels like you aren't supposed to change it anymore**. What I love about Tailwind UI is that clicking the "code" tab feels like opening up some complex piece of electronics and seeing all of the circuitry right there in front of you. It's a learning opportunity, and you can read the markup and class names and understand how it all works together.
217217

218218
I wrestled with it for a long time, but ultimately decided that right now we were trying to solve two main problems:
219219

0 commit comments

Comments
 (0)