-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to be better formatted (input-controls)
- Loading branch information
1 parent
5e1db87
commit 7eb54bb
Showing
1 changed file
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
Input Controls | ||
====== | ||
# Input Controls | ||
|
||
About | ||
----- | ||
## About | ||
A collection of React-based components to represent input controls used to interact with reports embedded from JasperReports Server | ||
|
||
A collection of React-based components to represent input controls used to manipulate reports from JasperReports Server | ||
|
||
## Usage | ||
**Install**: run `yarn install` in root directory, and yarn workspaces will handle installations for this package | ||
|
||
Usage | ||
------ | ||
|
||
Installing: run `yarn install` in root directory, and yarn workspaces will handle installations for this package | ||
Testing: run `yarn test` to run all test suites | ||
|
||
**Test**: run `yarn test` to run all test suites |