Skip to content

Add component exports #16

Description

@JoshTheWanderer

This will allow us to reduce package sizes in our other applications.

Currently we have to do:

import { Button } from '@etchteam/mobius';

But we'd like to be able to do:

import Button from '@etchteam/mobius/components/controls/Button';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions