Ankit Balyan
Ankit Balyan
is compatible with the react components and common chunks plug-in. how it should configured with this.
How to integrate to send notifications to ios devices? Does registration token will work for both IOS/Android in the same way?
if I give a responsive stack like below. It doesn't give the horizontal gap in tab & desktop views ``` Item 1 A Item 2 A Item 2 B Item...
Added support for the responsive size prop in Element primitive.
Following up on this issue #31 Added same fullWidth prop on other required components viz. `Input`, `Select`, `Textarea`, `Card`.
- Loading separate file based on NODE_ENV - Added terser plugin for production - Removing PropTypes from production by using [react-remove-prop-types](https://www.npmjs.com/package/babel-plugin-transform-react-remove-prop-types) Babel plugin - Removing dev specific console warning from...
Currently, When it is required to create a new theme we need to explicitly create a new theme and copy paste add all the necessary things from the base theme....
It would be good if Button component supports fullwidth prop, it often required in mobile views. Button will occupied full width of the container `` Button will be full width...