designkit icon indicating copy to clipboard operation
designkit copied to clipboard

Add esm/tree shaking support

Open divyanshu013 opened this issue 7 years ago • 0 comments

Currently when we import a single component, everything gets imported. For example,

import { Button } from '@appbaseio/designkit';

...

image

divyanshu013 avatar May 16 '18 12:05 divyanshu013