@ni/spright-components 6.4.12 → 6.4.14
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 +7 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<p><b>ni | spright</b></p>
|
|
2
|
+
<p><b>ni | spright | components</b></p>
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
# Spright Components
|
|
@@ -8,13 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
NI-styled web components following [Nimble Design System](https://nimble.ni.dev) patterns and built on the same technologies (FAST, native web components, etc.), but not part of the core design system.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Compared to the general purpose components in the `nimble-components` library, `spright-components` are application-specific or context-specific components that may be purpose built or coupled to specific technologies, products, or domains.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
- Product-specific: a configuration pane that uses product-specific terminology or connects to a product-specific data model
|
|
15
|
-
- Data-connected: a table that populates itself by making HTTP requests to a specific service
|
|
16
|
-
- Experimental components that are trying out new UX patterns to see if they should someday be promoted to Nimble.
|
|
13
|
+
## Getting Started
|
|
17
14
|
|
|
18
|
-
|
|
15
|
+
Follow the [Nimble Components: Getting Started](/packages/nimble-components/README.md#getting-started) topic.
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
## Contributing
|
|
18
|
+
|
|
19
|
+
Follow the instructions in [CONTRIBUTING.md](/packages/spright-components/CONTRIBUTING.md) to modify this library.
|