fluency-v8-components 1.0.3 → 1.0.5
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 +3 -1
- package/dist/fluency-v8-components.es.js +976 -966
- package/dist/fluency-v8-components.umd.js +36 -36
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,9 @@ npm pack
|
|
|
22
22
|
npm install ../fluency-v8-components/fluency-v8-components-1.0.0.tgz
|
|
23
23
|
|
|
24
24
|
## Using the package
|
|
25
|
-
-
|
|
25
|
+
- add the tailwind classes in tailwind.config.js
|
|
26
|
+
add './node_modules/fluency-v8-components/**/*.{js,ts,vue}' to the content array
|
|
27
|
+
- import the css in main.ts for scoped styles
|
|
26
28
|
import "fluency-v8-components/dist/index.css";
|
|
27
29
|
- import the components in the file as followed:
|
|
28
30
|
import { GreyInput } from "fluency-v8-components"
|