appbaseio / appbaseio/designkit
Add esm/tree shaking support
Open
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Currently when we import a single component, everything gets imported. For example,
```js
import { Button } from '@appbaseio/designkit';
...
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.