UNPKG

1.11 kBMarkdownView Raw
1# Terra Form
2
3
4[![NPM version](http://img.shields.io/npm/v/terra-form.svg)](https://www.npmjs.org/package/terra-form)
5[![Build Status](https://travis-ci.org/cerner/terra-core.svg?branch=master)](https://travis-ci.org/cerner/terra-core)
6
7Components for building forms
8
9- [Getting Started](#getting-started)
10- [Documentation](https://github.com/cerner/terra-core/tree/master/packages/terra-form/docs)
11- [LICENSE](#license)
12
13## Getting Started
14
15- Install from [npmjs](https://www.npmjs.com): `npm install terra-form`
16
17## LICENSE
18
19Copyright 2017 Cerner Innovation, Inc.
20
21Licensed 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
22
23    http://www.apache.org/licenses/LICENSE-2.0
24
25Unless 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.