@aurodesignsystem-dev/auro-formkit 0.0.0-pr1379.6 → 0.0.0-pr1379.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/custom-elements.json +1402 -1402
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,17 +4,17 @@ The README.md file is a compiled document. No edits should be made directly to t
|
|
|
4
4
|
README.md is created by running `npm run build:docs`.
|
|
5
5
|
|
|
6
6
|
This file is generated based on a template fetched from
|
|
7
|
-
`../../docs/templates/
|
|
8
|
-
and copied to `./
|
|
7
|
+
`../../docs/templates/kitReadmeTemplate.md`
|
|
8
|
+
and copied to `./kitDocs/README.md` each time the docs are compiled.
|
|
9
9
|
|
|
10
10
|
The following sections are editable by making changes to the following files:
|
|
11
11
|
|
|
12
12
|
| SECTION | DESCRIPTION | FILE LOCATION |
|
|
13
13
|
|------------------------|---------------------------------------------------|-------------------------------------|
|
|
14
|
-
| Description | Description of the
|
|
15
|
-
| Use Cases | Examples for when to use this
|
|
16
|
-
| Additional Information | For use to add any
|
|
17
|
-
|
|
|
14
|
+
| Description | Description of the kit | `./docs/partials/description.md` |
|
|
15
|
+
| Use Cases | Examples for when to use this kit | `./docs/partials/useCases.md` |
|
|
16
|
+
| Additional Information | For use to add any kit specific information | `./docs/partials/readmeAddlInfo.md` |
|
|
17
|
+
| kit Example Code | HTML sample code of the kits use | `./apiExamples/basic.html` |
|
|
18
18
|
-->
|
|
19
19
|
|
|
20
20
|
# Formkit
|