Skip to content

Non-default imports from svelte/materialify not working #1

@Psik628

Description

@Psik628

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions