Skip to content

mongodb/leafygreen-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeafyGreen UI

A library of React components, CSS patterns, and CLI tools for MongoDB's LeafyGreen Design System.

mongodb.design

Storybook

Release License

Getting Started

With LeafyGreen CLI

  1. Create or open a React project
  2. Install the LeafyGreen CLI
npm install -g @lg-tools/cli
  1. Install all, or some LeafyGreen components
lg install
lg install button combobox
  1. Import LeafyGreen components into your project
import Button from '@leafygreen-ui/button';
import { Combobox, ComboboxOptions } from '@leafygreen-ui/combobox';

Without CLI

  1. Create or open a React project
  2. Install individual LeafyGreen components using npm, pnpm, or yarn
pnpm add @leafygreen-ui/button
  1. Import LeafyGreen components into your project
import Button from '@leafygreen-ui/button';

Packages

Package Latest Downloads Live Example
@leafygreen-ui/a11y version downloads Live Example
@leafygreen-ui/avatar version downloads Live Example
@leafygreen-ui/badge version downloads Live Example
@leafygreen-ui/banner version downloads Live Example
@leafygreen-ui/button version downloads Live Example
@leafygreen-ui/callout version downloads Live Example
@leafygreen-ui/card version downloads Live Example
@leafygreen-ui/checkbox version downloads Live Example
@leafygreen-ui/chip version downloads Live Example
@leafygreen-ui/code version downloads Live Example
@leafygreen-ui/code-editor version downloads Live Example
@leafygreen-ui/combobox version downloads Live Example
@leafygreen-ui/confirmation-modal version downloads Live Example
@leafygreen-ui/context-drawer version downloads Live Example
@leafygreen-ui/copyable version downloads Live Example
@leafygreen-ui/date-picker version downloads Live Example
@leafygreen-ui/date-utils version downloads Live Example
@leafygreen-ui/descendants version downloads Live Example
@leafygreen-ui/drawer version downloads Live Example
@leafygreen-ui/emotion version downloads Live Example
@leafygreen-ui/empty-state version downloads Live Example
@leafygreen-ui/expandable-card version downloads Live Example
@leafygreen-ui/feature-walls version downloads Live Example
@leafygreen-ui/form-field version downloads Live Example
@leafygreen-ui/form-footer version downloads Live Example
@leafygreen-ui/gallery-indicator version downloads Live Example
@leafygreen-ui/guide-cue version downloads Live Example
@leafygreen-ui/hooks version downloads Live Example
@leafygreen-ui/icon version downloads Live Example
@leafygreen-ui/icon-button version downloads Live Example
@leafygreen-ui/info-sprinkle version downloads Live Example
@leafygreen-ui/inline-definition version downloads Live Example
@leafygreen-ui/input-option version downloads Live Example
@leafygreen-ui/leafygreen-provider version downloads Live Example
@leafygreen-ui/lib version downloads Live Example
@leafygreen-ui/loading-indicator version downloads Live Example
@leafygreen-ui/logo version downloads Live Example
@leafygreen-ui/marketing-modal version downloads Live Example
@leafygreen-ui/menu version downloads Live Example
@leafygreen-ui/modal version downloads Live Example
@leafygreen-ui/number-input version downloads Live Example
@leafygreen-ui/ordered-list version downloads Live Example
@leafygreen-ui/pagination version downloads Live Example
@leafygreen-ui/palette version downloads Live Example
@leafygreen-ui/password-input version downloads Live Example
@leafygreen-ui/preview-card version downloads Live Example
@leafygreen-ui/pipeline version downloads Live Example
@leafygreen-ui/polymorphic version downloads Live Example
@leafygreen-ui/popover version downloads Live Example
@leafygreen-ui/portal version downloads Live Example
@leafygreen-ui/progress-bar version downloads Live Example
@leafygreen-ui/radio-box-group version downloads Live Example
@leafygreen-ui/radio-group version downloads Live Example
@leafygreen-ui/ripple version downloads Live Example
@leafygreen-ui/search-input version downloads Live Example
@leafygreen-ui/section-nav version downloads Live Example
@leafygreen-ui/segmented-control version downloads Live Example
@leafygreen-ui/select version downloads Live Example
@leafygreen-ui/side-nav version downloads Live Example
@leafygreen-ui/skeleton-loader version downloads Live Example
@leafygreen-ui/split-button version downloads Live Example
@leafygreen-ui/stepper version downloads Live Example
@leafygreen-ui/table version downloads Live Example
@leafygreen-ui/tabs version downloads Live Example
@leafygreen-ui/testing-lib version downloads Live Example
@leafygreen-ui/text-area version downloads Live Example
@leafygreen-ui/text-input version downloads Live Example
@leafygreen-ui/toast version downloads Live Example
@leafygreen-ui/toggle version downloads Live Example
@leafygreen-ui/tokens version downloads Live Example
@leafygreen-ui/toolbar version downloads Live Example
@leafygreen-ui/tooltip version downloads Live Example
@leafygreen-ui/typography version downloads Live Example
@leafygreen-ui/vertical-stepper version downloads Live Example
@lg-charts/chart-card version downloads Live Example
@lg-charts/colors version downloads Live Example
@lg-charts/core version downloads Live Example
@lg-charts/drag-provider version downloads Live Example
@lg-charts/legend version downloads Live Example
@lg-charts/series-provider version downloads Live Example
@lg-chat/chat-button version downloads Live Example
@lg-chat/chat-layout version downloads Live Example
@lg-chat/chat-window version downloads Live Example
@lg-chat/input-bar version downloads Live Example
@lg-chat/leafygreen-chat-provider version downloads Live Example
@lg-chat/lg-markdown version downloads Live Example
@lg-chat/message version downloads Live Example
@lg-chat/message-feed version downloads Live Example
@lg-chat/message-feedback version downloads Live Example
@lg-chat/message-prompts version downloads Live Example
@lg-chat/message-rating version downloads Live Example
@lg-chat/rich-links version downloads Live Example
@lg-chat/suggestions version downloads Live Example
@lg-chat/title-bar version downloads Live Example
@lg-tools/build version downloads
@lg-tools/cli version downloads
@lg-tools/codemods version downloads
@lg-tools/create version downloads
@lg-tools/install version downloads
@lg-tools/link version downloads
@lg-tools/lint version downloads
@lg-tools/meta version downloads
@lg-tools/slackbot version downloads
@lg-tools/storybook-addon version downloads
@lg-tools/storybook-decorators version downloads
@lg-tools/storybook-utils version downloads
@lg-tools/test version downloads
@lg-tools/test-harnesses version downloads
@lg-tools/update version downloads
@lg-tools/validate version downloads

Contributing

We welcome contributions! Please see our Contributing Guide for details on:

  • Setting up your development environment
  • Creating new components
  • Testing and code style
  • Submitting pull requests

For advanced topics like testing in external applications and publishing, see our Developer Guide.

License

The source files in this repository are made available under the terms of the Apache License, version 2.0.