@muibook/components 1.2.1 → 1.3.1

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 CHANGED
@@ -6,13 +6,28 @@ Leverage reusable vanilla Web Components built with the Mui (MichaelUI) Design S
6
6
  npm install @muibook/components
7
7
  ```
8
8
 
9
- #### Usage
9
+ #### Component Usage
10
10
 
11
11
  ```javascript
12
12
  import "@muibook/components"; // All
13
13
  import "@muibook/components/mui-body"; // Individual
14
14
  ```
15
15
 
16
+ #### CSS Usage
17
+
18
+ ```javascript
19
+ import "@muibook/components/dist/esm/css/mui-tokens.css";
20
+ import "@muibook/components/dist/esm/css/mui-reset.css";
21
+ import "@muibook/components/dist/esm/css/mui-base.css";
22
+ ```
23
+
24
+ #### Agent Usage
25
+
26
+ ```javascript
27
+ import "@muibook/components/dist/esm/agent/prompts";
28
+ import "@muibook/components/dist/esm/agent/keywords";
29
+ ```
30
+
16
31
  Links •
17
32
  [npmjs.com](https://www.npmjs.com/package/@muibook/components?activeTab=readme) •
18
33
  [Docs](https://muibook.com) •