You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* increase maximum error offset for CI tests
We try to detect how long durations took. However there is no nice way
to time this in JSDOM. Instead we take snapshots every
requestAnimationFrame and when things change we also write down the
time.
This solution is not ideal and results in false positives (especially on
CI environments).
However, it is good enough to ensure that the duration is not 0 and not
500.
* cleanup README's and link to docs site
* remove readme's in favor of doc site
This will be easier, so that we don't have to maintain multiple repo's.
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
42
33
43
-
This project is still in early development, but the plan is to build out all of the primitives we need to provide interactive React examples of all of the components included in [Tailwind UI](https://tailwindui.com), the commercial component directory that helps us fund the development of our open-source work like [Tailwind CSS](https://tailwindcss.com).
34
+
[Discuss Headless UI on GitHub](https://github.com/tailwindlabs/tailwindcss/discussions)
44
35
45
-
This includes things like:
36
+
For casual chit-chat with others using the library:
46
37
47
-
- Tabs
48
-
- Accordions
38
+
[Join the Tailwind CSS Discord Server](https://discord.gg/7NF8GNe)
49
39
50
-
...and more in the future.
51
-
52
-
We'll be continuing to develop new components on an on-going basis, with a goal of reaching a pretty fleshed out v1.0 by the end of the year.
0 commit comments