jamesplease / materialish

React components that loosely follow Material Design
https://materialish.js.org
MIT License
17 stars 5 forks source link

Import individual components #41

Closed jamesplease closed 6 years ago

jamesplease commented 6 years ago

Developers should be able to import components in two ways:

import { Button } from 'materialish';

import Button from 'materialish/button';
jamesplease commented 6 years ago

The first half of this is resolved in v0.0.3:

import { Button } from 'materialish';

is now supported

jamesplease commented 6 years ago

Closing as revisit