Skip to content

Terra offers a set of configurable React components designed to help build scalable and modular application UIs. The library easily integrates with webpack-based workflows and was created to solve real-world issues in projects we work on day to day.

License

Notifications You must be signed in to change notification settings

dylanklohr/terra-core

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Terra Core

Cerener OSS Build Status lerna devDependencies status

Packages

Versioning

When a component reaches v1.0.0., it is considered to be stable and will follow SemVer for versioning.

  1. MAJOR versions represent breaking changes
  2. MINOR versions represent added functionality in a backwards-compatible manner
  3. PATCH versions represent backwards-compatible bug fixes

Consult the component CHANGELOGs, related issues, and PRs for more information.

We view the React.js props API of our components as our main public API. We use this to guide us when versioning components.

Prior to components reaching v1.0.0, a component is considered to be in a beta stage. Components in beta stage may include breaking changes, new features, and bug fixes all within v0.x.x releases.

Status

βœ… Stable πŸ”Ά Beta 🚧 In Progress ❌ Deprecated

Terra Package Version Status
terra-alert NPM version βœ…
terra-arrange NPM version βœ…
terra-app-delegate NPM version βœ…
terra-application NPM version ❌
terra-badge NPM version βœ…
terra-base NPM version βœ…
terra-button NPM version βœ…
terra-button-group NPM version βœ…
terra-card NPM version βœ…
terra-content-container NPM version βœ…
terra-date-picker NPM version βœ…
terra-demographics-banner NPM version βœ…
terra-dynamic-grid NPM version βœ…
terra-embedded-content-consumer NPM version βœ…
terra-form NPM version βœ…
terra-grid NPM version βœ…
terra-heading NPM version βœ…
terra-i18n NPM version βœ…
terra-i18n-plugin NPM version βœ…
terra-icon NPM version βœ…
terra-image NPM version βœ…
terra-legacy-theme NPM version βœ…
terra-list NPM version βœ…
terra-markdown NPM version βœ…
terra-menu NPM version βœ…
terra-mixins NPM version βœ…
terra-modal NPM version βœ…
terra-modal-manager NPM version βœ…
terra-overlay NPM version βœ…
terra-popup NPM version βœ…
terra-progress-bar NPM version βœ…
terra-props-table NPM version βœ…
terra-responsive-element NPM version βœ…
terra-search-field NPM version βœ…
terra-slide-group NPM version βœ…
terra-slide-panel NPM version βœ…
terra-status NPM version βœ…
terra-status-view NPM version βœ…
terra-table NPM version βœ…
terra-text NPM version βœ…
terra-time-input NPM version βœ…
terra-toggle NPM version βœ…
terra-toggle-button NPM version βœ…

Supported Browsers

Browser Version
Chrome & Chrome for Android Current
Edge Current
Firefox Current
Internet Explorer 10 & 11
Safari & Mobile Safari Current

Internationalization (I18n)

  1. Please follow Base Getting Started to install Base, and consume it with locale props.
  2. Install and config terra-i18n-plugin:
  3. Install and config react-intl
    • Install it npm install --save react-intl.
    • Add alias webpack config to avoid importing duplicate react-intl.
      resolve: {
        extensions: ['.js', '.jsx'],
        alias: {
          'react-intl': path.resolve(__dirname, 'node_modules/react-intl'),
        },
      },
      
  4. Provide values for locale and customMessages prop of Base.
  5. Follow react-intl wiki to use injectIntl(pass translations to props) or FormattedMessage(render translations) to consume translations.

Packages Requiring I18n

Contributing

Please read through our contributing guidelines. Included are directions for issue reporting and pull requests.

Local Development

  1. Install docker https://www.docker.com/ to run browser tests.
  2. Install dependencies and run tests.
npm install
npm run test

LICENSE

Copyright 2017 Cerner Innovation, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Β Β Β Β http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Terra offers a set of configurable React components designed to help build scalable and modular application UIs. The library easily integrates with webpack-based workflows and was created to solve real-world issues in projects we work on day to day.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 7.1%
  • HTML 0.8%