Skip to content

Commit

Permalink
fix: use scoped pkg name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 4, 2024
1 parent 7e0fc1d commit c9c8e0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ npm install glasscn-ui
### Tailwind CSS configuration

```js
import { createTailwindPreset } from "glasscn-ui";
import { createTailwindPreset } from "@itsjavi/glasscn-ui";

// Example preset configuration (config object is optional)
const glasscnPreset = createTailwindPreset({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "glasscn-ui",
"name": "@itsjavi/glasscn-ui",
"version": "0.3.0",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion stories/button/button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Extends the shadcn/ui button component, with many additional styles for existing
`color`, `radius` and `loading` variants. Example usage:

```tsx
import { Button } from "glasscn-ui";
import { Button } from "@itsjavi/glasscn-ui";

<Button color="primary" radius="xl" loading>Submitting...</Button>
```
Expand Down

0 comments on commit c9c8e0a

Please sign in to comment.