Skip to content

Commit

Permalink
fix(docs): updating import path to fix filter error
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Jul 31, 2024
1 parent e8b4c2c commit 20be332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pnpm add emblor
- **Drag and Drop**: Allow users to reorder tags using drag and drop.
- **Read-only Mode**: Prevent users from editing the tag input.
- **Delimiters**: Define custom delimiters for separating tags.
- **Add on Paste**: Automatically add tags when pasting text.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion website/components/form-demos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Controller, useForm } from 'react-hook-form';
import { zodResolver } from '@hookform/resolvers/zod';
import React from 'react';
import { toast } from '@/components/ui/use-toast';
import { Tag, TagInput } from 'emblor';
import { Tag, TagInput } from '../../packages/emblor';
import { uuid } from '@/lib/utils';

const FormSchema = z.object({
Expand Down

0 comments on commit 20be332

Please sign in to comment.