@aveonline/ui-react 0.0.1-alpha.0 → 0.0.2-alpha.0

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,14 @@
4
4
  <p>The home base for Aveonline design system, ui-react provides essential design resources for our developers to use in the Aveonline-branded interfaces that they create.</p>
5
5
  </div>
6
6
 
7
+ ## Before started
8
+
9
+ For usage with tailwind config, install:
10
+
11
+ ```shell
12
+ npm i autoprefixer cssnano postcss postcss-import tailwindcss @tailwindcss/forms -D
13
+ ```
14
+
7
15
  ## Getting started
8
16
 
9
17
  Working with all config from this library or only components availables
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@aveonline/ui-react",
3
3
  "description": "Home base for Aveonline design system - ecosystem react",
4
4
  "private": false,
5
- "version": "0.0.1-alpha.0",
5
+ "version": "0.0.2-alpha.0",
6
6
  "types": "./dist/index.d.ts",
7
7
  "files": [
8
8
  "dist"