@salina-app/media-editor 0.2.18 → 0.2.19
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 +15 -15
- package/dist/index.js +2788 -2795
- package/package.json +96 -96
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# React + Vite + Tailwind + Storybook
|
|
2
|
-
|
|
3
|
-
This repository is a component library built for React using Vite, Tailwind, and Storybook.
|
|
4
|
-
|
|
5
|
-
## Setting up Vite
|
|
6
|
-
|
|
7
|
-
```js
|
|
8
|
-
yarn create vite
|
|
9
|
-
yarn
|
|
10
|
-
yarn dev
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
## Setting up Tailwind/Shadcn
|
|
14
|
-
|
|
15
|
-
[Tailwind](https://ui.shadcn.com/docs/installation/vite)
|
|
1
|
+
# React + Vite + Tailwind + Storybook
|
|
2
|
+
|
|
3
|
+
This repository is a component library built for React using Vite, Tailwind, and Storybook.
|
|
4
|
+
|
|
5
|
+
## Setting up Vite
|
|
6
|
+
|
|
7
|
+
```js
|
|
8
|
+
yarn create vite
|
|
9
|
+
yarn
|
|
10
|
+
yarn dev
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Setting up Tailwind/Shadcn
|
|
14
|
+
|
|
15
|
+
[Tailwind](https://ui.shadcn.com/docs/installation/vite)
|