Skip to content

Commit

Permalink
docs: update unstyled imports
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jun 13, 2024
1 parent 928c629 commit 876cfa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,12 @@ This component is minimally styled; override the default styles by targeting the

### Unstyled components

Use the unstyled components located in the `svelte/src/unstyled` folder if you prefer to style the components from scratch.
Use the unstyled components located in the `svelte-pincode/unstyled` folder if you prefer to style the components from scratch.

```html
<script>
import Pincode from "svelte-pincode/src/unstyled/Pincode.svelte";
import PincodeInput from "svelte-pincode/src/unstyled/PincodeInput.svelte";
import Pincode from "svelte-pincode/unstyled/Pincode.svelte";
import PincodeInput from "svelte-pincode/unstyled/PincodeInput.svelte";
</script>
```

Expand Down

0 comments on commit 876cfa6

Please sign in to comment.