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,