You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing components this way does not work: import { Card, CardText, CardActions, Button } from 'svelte-materialify/src';
This way must be used instead: import Card from 'svelte-materialify/src/components/Card/Card.svelte'; import CardText from 'svelte-materialify/src/components/Card/CardText.svelte';
The text was updated successfully, but these errors were encountered:
Psik628
changed the title
Non-default from svelte/materialify not working
Non-default imports from svelte/materialify not working
Dec 31, 2020
Importing components this way does not work:
import { Card, CardText, CardActions, Button } from 'svelte-materialify/src';
This way must be used instead:
import Card from 'svelte-materialify/src/components/Card/Card.svelte';
import CardText from 'svelte-materialify/src/components/Card/CardText.svelte';
The text was updated successfully, but these errors were encountered: