Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segmentio/evergreen
๐ฒ Evergreen React UI Framework by Segment
https://github.com/segmentio/evergreen
component-library design-systems evergreen react segment ui ui-components
Last synced: about 2 months ago
JSON representation
๐ฒ Evergreen React UI Framework by Segment
- Host: GitHub
- URL: https://github.com/segmentio/evergreen
- Owner: segmentio
- License: mit
- Created: 2017-07-30T10:03:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T04:30:28.000Z (5 months ago)
- Last Synced: 2024-10-01T10:11:17.320Z (2 months ago)
- Topics: component-library, design-systems, evergreen, react, segment, ui, ui-components
- Language: JavaScript
- Homepage: https://evergreen.segment.com
- Size: 221 MB
- Stars: 12,387
- Watchers: 118
- Forks: 833
- Open Issues: 80
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-react-cn - evergreen - Evergreen React UI Framework by Segment (Uncategorized / Uncategorized)
- awesome - evergreen - ๐ฒ Evergreen React UI Framework by Segment (JavaScript)
- awesome-react-components - evergreen - [demo/docs](https://evergreen.segment.com) - Evergreen React UI Framework by Segment. (UI Frameworks / Responsive)
- awesome-react - evergreen - Evergreen React UI Framework by Segment. ![](https://img.shields.io/github/stars/segmentio/evergreen.svg?style=social&label=Star) (UI Frameworks / style)
- awesome-faker - evergreen - Evergreen React UI Framework by Segment. (Projects using `@faker-js/faker`)
- awesome-learning-resources - evergreen - Evergreen React UI Framework by Segment (Uncategorized / Uncategorized)
- awesome-repositories - segmentio/evergreen
- awesome-github-star - evergreen
- awesome-list - Evegreen - not very popular, has buildin glamour and ui-box, not so much contributors, have a chance, but not too much. (UI Libs)
- awesome-react-components - evergreen - [demo/docs](https://evergreen.segment.com) - Evergreen React UI Framework by Segment. (UI Frameworks / Responsive)
- react-cheatsheet - Evergreen
- awesome-web-react - Evergreen - Evergreen React UI Framework by Segment. (UI)
- awesome-list - evergreen
- awesome-react-components - evergreen - [demo/docs](https://evergreen.segment.com) - Evergreen React UI Framework by Segment. (UI Frameworks / Responsive)
- best-of-react - GitHub - 14% open ยท โฑ๏ธ 21.06.2023): (UI Frameworks & Libraries)
- fucking-awesome-react-components - evergreen - ๐ [demo/docs](evergreen.segment.com) - Evergreen React UI Framework by Segment. (UI Frameworks / Responsive)
- awesome-react - evergreen - Evergreen React UI Framework by Segment ` ๐ 17 days ago` (React [๐](#readme))
- awesome-react-hooks - evergreen - ๐ฒ Evergreen React UI Framework by Segment (Packages)
README
- **Works out of the box.** Evergreen contains a set of polished React components that work out of the box.
- **Flexible & composable.** Evergreen components are built on top of a React UI Primitive for endless composability.
- **Enterprise-grade.** Evergreen features a UI design language for enterprise-grade web applications.
## Documentation & Community
- [Documentation](https://evergreen.segment.com/)
- [GitHub Discussions](https://github.com/segmentio/evergreen/discussions)## Evergreen v7 Migration guide
Evergreen v7 [migration guide](https://evergreen.segment.com/introduction/migrations)
## Install and use components
๐ฒ Evergreen is made up of multiple components and tools which you can import one by one. All you need to do is install the `evergreen-ui` package:
```sh
$ yarn add evergreen-ui
# or
$ npm install --save evergreen-ui
```A working version, assuming you are using something like [Create React App](https://github.com/facebookincubator/create-react-app), might look like this:
```js
import React from 'react'
import ReactDOM from 'react-dom'
import { Button } from 'evergreen-ui'ReactDOM.render(I am using ๐ฒ Evergreen!, document.getElementById('root'))
```## Core values of ๐ฒ Evergreen
- **Evergreen is built on the belief that you can never predict all future requirements,
only prepare for it.** Instead of creating fixed configurations that work today, Evergreen promotes building systems that anticipate new and changing design requirements.- **Evergreen is built on the belief that things should work out of the box with smart defaults, but also offer full control when needed.** For example, Evergreen uses CSS-in-JS and builds on top of the Box component in [ui-box](https://github.com/segmentio/ui-box).
- **Evergreen is built on the belief that using Evergreen and contributing to Evergreen should be a pleasant experience.** We prioritize documentation and all the tools for a solid developer experience. We advocate respect and inclusivity in our writings and interactions.
## FAQ
### Theming support?
Evergreen supports a robust theming layer out of the box. You can check out [these docs](https://evergreen.segment.com/introduction/theming) for more information regarding theming in Evergreen.
### How does Server Side Rendering (SSR) work?
Evergreen offers easy Server Side Rendering (SSR) and automatic hydration.
Evergreen bundles its own CSS-in-JS solution from [ui-box](https://github.com/segmentio/ui-box). To make it super easy to do server side rendering and hydration, Evergreen exposes a `extractStyles()` function.
- How to use it with Next.js in the [ssr-next example app](examples/ssr-next).
- [How to use it with GatsbyJS](https://github.com/segmentio/evergreen/issues/154)## Contributing to Evergreen
Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) for more information on how to contribute!
## ๐ Contributors
We will add you to the list if you make any meaningful contribution!
- Jeroen Ransijn
- Roland Warmerdam
- Ben McMahon
- Matt Shwery
- Colin Lohner
- Allen Kleiner
- Chris Chuck
- Brandon Scott
- ... many other on the Segment team and open-source contributorsThis project is maintained by [Segment](https://segment.com/)
Please take a look at the [contributing guide](.github/CONTRIBUTING.md) to better understand what to work on.
## ๐ Respect earns Respect
Please respect our [Code of Conduct](.github/CODE_OF_CONDUCT.md), in short:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members## License
Evergreen is released under the MIT license.
The BlueprintJS icons are licensed under a [custom Apache 2.0 license](https://github.com/palantir/blueprint/blob/develop/LICENSE).Copyright ยฉ 2021 Segment.io, Inc.