shadcn-ui-react 0.0.5 → 0.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ yarn add shadcn-ui-react
20
20
  Import `style.css` in the App root:
21
21
 
22
22
  ```tsx
23
- import 'shadcn-ui-react/dist/index.css';
23
+ import 'shadcn-ui-react/dist/style.css';
24
24
  ```
25
25
 
26
26
  Then use the components:
@@ -93,7 +93,7 @@ export default function UserAuthForm() {
93
93
  <Input
94
94
  id="email"
95
95
  type="email"
96
- placeholder="Ingrese su email"
96
+ placeholder="demo@domain.com"
97
97
  {...field}
98
98
  />
99
99
  </FormControl>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shadcn-ui-react",
3
- "version": "0.0.5",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "author": "Blencm",
6
6
  "description": "React UI library for ShadCN",