We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,
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,
The text was updated successfully, but these errors were encountered: