@theroutingcompany/components 0.0.88-alpha.1 → 0.0.88-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # TRC TREX Component Library
2
2
 
3
- View the [StoryBook](https://component-library-poxjaz55ba-uc.a.run.app/).
3
+ View the [StoryBook](design.dev.trc.dev).
4
4
 
5
5
  ## Developing Locally
6
6
 
@@ -47,8 +47,6 @@ The component library is built on react-aria. Please migrate components away fro
47
47
 
48
48
  - [react-aria](https://react-spectrum.adobe.com/react-aria/why.html)
49
49
 
50
- They are similar in spirit but take a slightly different approach. Radix follows a component-based approach, while react-aria takes a hook-based approach. Either is acceptable if the solution meets the UI/UX requirements we need.
51
-
52
50
  ## Styling
53
51
 
54
52
  Styling is done with [styled-components](https://styled-components.com/), a CSS-in-JS library.