segmentio / evergreen

🌲 Evergreen React UI Framework by Segment
https://evergreen.segment.com
MIT License
12.39k stars 832 forks source link

v5 Documentation #1233

Closed Pruxis closed 3 years ago

Pruxis commented 3 years ago

Hey, we are still using the v5 styling evergreen and are wondering where we could find the component documenation As the main website has been updated to the latest version but it's not clear where to find it from previous versions

Regards,

WingmanImd commented 3 years ago

You can download the source code for v5.1.2 from this link and run the docs locally from the docs folder.

akleiner2 commented 3 years ago

Yeah, that's one way - for what it's worth component APIs also haven't changed too much between v5 and v6 (just visual styles...and even then, we've provided a way to get backwards-compatible styling via classicTheme).

If you're mostly looking for component props APIs, then you should just be able to use the EG website as-is. Let me know if this doesn't work for your use cases though!