File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
site/content/docs/react/getting-started/quick-start Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,25 @@ npm install -g mdb-cli
716
716
mdb login
717
717
```
718
718
719
- 3 . Publish when you're ready:
719
+ 3 . Initialize a project and choose ** Tailwind Elements React** from the list:
720
+
721
+ ```
722
+ mdb init tailwind-elements-react
723
+ ```
724
+
725
+ 4 . Install the dependencies (inside the project directory):
726
+
727
+ ```
728
+ npm install
729
+ ```
730
+
731
+ 5 . Run the app:
732
+
733
+ ```
734
+ npm start
735
+ ```
736
+
737
+ 6 . Publish when you're ready:
720
738
721
739
```
722
740
mdb publish
Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
< li class ="mb-1 pl-[9px] text-[0.85rem] " data-te-spy-active > < a href ="#npm "> NPM </ a > </ li >
5
- <!-- < li class="mb-1 pl-[9px] text-[0.85rem]"><a href="#go">MDB GO / CLI </a></li> -- >
5
+ < li class ="mb-1 pl-[9px] text-[0.85rem] "> < a href ="#go "> MDB GO / CLI </ a > </ li >
6
6
< li class ="mb-1 pl-[9px] text-[0.85rem] "> < a href ="#vite "> Vite </ a > </ li >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
283
283
</ div >
284
284
285
285
</ div >
286
- <!--
286
+
287
287
< hr class ="my-10 " />
288
288
289
289
< div class ="flex flex-row ">
@@ -317,12 +317,12 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
317
317
</ div >
318
318
319
319
< p class ="mb-2 mt-4 ">
320
- 3. Initialize a project and choose <strong>Tailwind Elements</strong> from the
320
+ 3. Initialize a project and choose < strong > Tailwind Elements React </ strong > from the
321
321
list:
322
322
</ p >
323
323
< div class ="pt-2 ">
324
324
{{< twsnippet /wrapper "terminal" "!bg-[#4A24AA] !text-white dark:!bg-violet-300 dark:!text-violet-900" "mobile" > }}{{< twsnippet /code active=true lang="Plaintext" type="terminal" > }}
325
- mdb init tailwind-elements-free
325
+ mdb init tailwind-elements-react
326
326
{{< /twsnippet/code > }}{{< /twsnippet/wrapper > }}
327
327
</ div >
328
328
@@ -348,7 +348,7 @@ <h2 class="font-bold my-4">Tailwind Elements React</h2>
348
348
mdb publish
349
349
{{< /twsnippet/code > }}{{< /twsnippet/wrapper > }}
350
350
</ div >
351
- -->
351
+
352
352
< hr class ="my-10 " />
353
353
354
354
< div class ="flex flex-row ">
You can’t perform that action at this time.
0 commit comments