react-lightning-design-system
react-lightning-design-system copied to clipboard
Salesforce Lightning Design System components built with React
Small thing, it has the COL_ALIGN options as `top, medium, bottom`, when I believe it should be `top, middle, bottom`. [LDS DOCS](https://www.lightningdesignsystem.com/utilities/grid/#Individual-alignment) [Code](https://github.com/mashmatrix/react-lightning-design-system/blob/master/src/scripts/Grid.js#L72)
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...
1. DateInput component width on render is not consistent with other components.. I believe it has to do with the class "slds-dropdown-trigger" it is wrapped inside. 2. DateInput doesn't have...
If I understood correctly, the purpose of the `symbolPattern` attribute of the `Input` component is to prevent unwanted input based on a regex. I am trying to replicate the behavior...
Git dependencies (like following) doesn't work due to missing `prepack` or `prepare` scripts. ``` "dependencies": { "react-lightning-design-system": "github:mashmatrix/react-lightning-design-system" } ``` I think it is better to use `prepare` instead of...
Reference: #177
when i'm import the module ( import { Button } from 'react-lightning-design-system'; ) i got the error on my browser window "Cannot read property 'string' of undefined". even i am...
* added modal toast component * moved modal toast to Modal section and made fixes by eslint * fix syntax style * removed hard coded text (cherry picked from commit...
The property totalCols is not working for the input component.