Skip to content

Add component exports #16

@JoshTheWanderer

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

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