GithubHelp home page GithubHelp logo

ramirezramirez125 / react-components Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zendeskgarden/react-components

0.0 2.0 0.0 699.2 MB

:seedling: garden React components

Home Page: https://zendeskgarden.github.io/react-components/

License: Apache License 2.0

JavaScript 2.27% Shell 0.02% TypeScript 97.71% HTML 0.01%

react-components's Introduction

Garden React Components Build Status Dependency Status Coverage Status

๐ŸŒฑ 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.

Package Version Size Dependencies
@zendeskgarden/react-accordions npm version Bundle Size Dependency Status
@zendeskgarden/react-avatars npm version Bundle Size Dependency Status
@zendeskgarden/react-breadcrumbs npm version Bundle Size Dependency Status
@zendeskgarden/react-buttons npm version Bundle Size Dependency Status
@zendeskgarden/react-chrome npm version Bundle Size Dependency Status
@zendeskgarden/react-colorpickers npm version Bundle Size Dependency Status
@zendeskgarden/react-datepickers npm version Bundle Size Dependency Status
@zendeskgarden/react-dropdowns npm version Bundle Size Dependency Status
@zendeskgarden/react-forms npm version Bundle Size Dependency Status
@zendeskgarden/react-grid npm version Bundle Size Dependency Status
@zendeskgarden/react-loaders npm version Bundle Size Dependency Status
@zendeskgarden/react-modals npm version Bundle Size Dependency Status
@zendeskgarden/react-notifications npm version Bundle Size Dependency Status
@zendeskgarden/react-pagination npm version Bundle Size Dependency Status
@zendeskgarden/react-tabs npm version Bundle Size Dependency Status
@zendeskgarden/react-tables npm version Bundle Size Dependency Status
@zendeskgarden/react-tags npm version Bundle Size Dependency Status
@zendeskgarden/react-theming npm version Bundle Size Dependency Status
@zendeskgarden/react-tooltips npm version Bundle Size Dependency Status
@zendeskgarden/react-typography npm version Bundle Size Dependency Status

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 '@zendeskgarden/react-theming';
import { Button } from '@zendeskgarden/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 2020 Zendesk

Licensed under the Apache License, Version 2.0

react-components's People

Contributors

renovate[bot] avatar jzempel avatar hzhu avatar austingreendev avatar ryanseddon avatar dependabot[bot] avatar mikaelia avatar rossmoody avatar sunesimonsen avatar kickdesigns avatar ssidorchik avatar anifacted avatar luis-almeida avatar li-kai avatar debsfong avatar jordanalviso avatar kaiminhuang avatar chungkikelly avatar liaujianjie avatar louisscruz avatar marksfrancis avatar reedlauber avatar saescapa avatar pektinasen avatar staphsynth avatar vhiairrassary avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.