0.0.0 • Published 7 months ago

@exodiadesignsystem/react-components v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Garden React Components Build Status Coverage Status

:seedling: 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 where components are packaged and published individually, but combined under this single repository.

Installation

See the individual package README for the React component you would like to install.

PackageVersionSize
@exodiadesignsystem/react-accordionsnpm versionBundle Size
@exodiadesignsystem/react-avatarsnpm versionBundle Size
@exodiadesignsystem/react-breadcrumbsnpm versionBundle Size
@exodiadesignsystem/react-buttonsnpm versionBundle Size
@exodiadesignsystem/react-chromenpm versionBundle Size
@exodiadesignsystem/react-colorpickersnpm versionBundle Size
@exodiadesignsystem/react-datepickersnpm versionBundle Size
@exodiadesignsystem/react-drag-dropnpm versionBundle Size
@exodiadesignsystem/react-dropdownsnpm versionBundle Size
@exodiadesignsystem/react-dropdowns.nextnpm versionBundle Size
@exodiadesignsystem/react-formsnpm versionBundle Size
@exodiadesignsystem/react-gridnpm versionBundle Size
@exodiadesignsystem/react-loadersnpm versionBundle Size
@exodiadesignsystem/react-modalsnpm versionBundle Size
@exodiadesignsystem/react-notificationsnpm versionBundle Size
@exodiadesignsystem/react-paginationnpm versionBundle Size
@exodiadesignsystem/react-tabsnpm versionBundle Size
@exodiadesignsystem/react-tablesnpm versionBundle Size
@exodiadesignsystem/react-tagsnpm versionBundle Size
@exodiadesignsystem/react-themingnpm versionBundle Size
@exodiadesignsystem/react-tooltipsnpm versionBundle Size
@exodiadesignsystem/react-typographynpm versionBundle Size

Usage

Garden React packages are ready to use in a Create React App environment or together with standard Rollup or webpack build configurations.

Here is a simple example to get you started:

import React from 'react';
import ReactDOM from 'react-dom';
import { ThemeProvider } from '@exodiadesignsystem/react-theming';
import { Button } from '@exodiadesignsystem/react-buttons';

const App = () => (
  /* 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:

Edit Garden CodeSandbox

Documentation

See Garden's documentation website or click the links below to learn more.

Contribution

Thanks for your interest in Garden! Community involvement helps make our design system fresh and tasty for everyone.

Got issues with what you find here? Please feel free to create an issue.

If you'd like to take a crack at making some changes, please follow our contributing documentation for details needed to submit a PR.

Community behavior is benevolently ruled by a code of conduct. Please participate accordingly.

License

Copyright 2021 Zendesk

Licensed under the Apache License, Version 2.0

0.0.0

7 months ago