DEV Community

Discussion on: How to Create and Publish a React Component Library

Collapse
 
evertondenis profile image
Everton Denis

Hi Alex, thanks for this article!
I've a question;
How I import the components using:
import { Button } from '@my_github/template-react-component-library';
or
import Button from '@my_github/template-react-component-library/Button';

I'm trying some strategies but without success.

Some comments have been hidden by the post's author - find out more