react-lightning-design-system icon indicating copy to clipboard operation
react-lightning-design-system copied to clipboard

Encounter some issue to install this package in my CRA

Open lwconquer opened this issue 7 years ago • 0 comments

Hi,

I installed your package from NPM on my Create-React-App app by using: npm i react-lightning-design-system.

And then I try to use the component in my app directly,

import { Button } from 'react-lightning-design-system';
<Button type='brand' >Test Button </Button>

The button can show up but no styling is applied. I tried several other component, and they have the same problem.

I don't know if I need some other packages or configuration before I can use your package in my app.

Thanks for your kindly help,

lwconquer avatar Apr 19 '18 23:04 lwconquer