- Notifications
You must be signed in to change notification settings - Fork97
zendeskgarden/react-components
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
🌱 Garden is the design system by Zendesk
Garden React provides consistent styling and behavior for Garden components.React components are maintained following a multi-package approach wherecomponents are packaged and published individually, but combined under thissingle repository.
See the individual package README for the React component you would liketo install.
Garden React packages are ready to use in aCreate React App environment or togetherwith standard Rollup or webpack build configurations.
Here is a simple example to get you started:
importReactfrom'react';importReactDOMfrom'react-dom';import{ThemeProvider}from'@zendeskgarden/react-theming';import{Button}from'@zendeskgarden/react-buttons';constApp=()=>(/* Include a ThemeProvider wrapper at the root of your app */<ThemeProvider><Button>Example Garden button</Button></ThemeProvider>);ReactDOM.render(<App/>,document.getElementById('root'));
Check out more Garden React components in this sandbox IDE:
See Garden'sdocumentation website or clickthe links below to learn more.
- Versioning policy
- Major releasemigration instructions
- ComponentAPI
- Development guidelines
- Architecturaldecision records
Thanks for your interest in Garden! Community involvement helps make ourdesign system fresh and tasty for everyone.
Got issues with what you find here? Please feel free to create anissue.
If you'd like to take a crack at making some changes, please follow ourcontributing documentation for detailsneeded to submit a PR.
Community behavior is benevolently ruled by acode ofconduct. Please participate accordingly.
Copyright 2025 Zendesk
Licensed under theApache License, Version 2.0
About
🌱 garden React components
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.