Closed jamesplease closed 6 years ago
Developers should be able to import components in two ways:
import { Button } from 'materialish'; import Button from 'materialish/button';
The first half of this is resolved in v0.0.3:
import { Button } from 'materialish';
is now supported
Closing as revisit
Developers should be able to import components in two ways: