autoresponsive-react icon indicating copy to clipboard operation
autoresponsive-react copied to clipboard

⚛️ Auto Responsive Layout Library For React

Results 4 autoresponsive-react issues
Sort by recently updated
recently updated
newest added

Currently, `index.t.ts` contains: ``` declare class AutoResponsive extends React.Component {} ``` But this doesn't allow child elements! It instead needs to be ``` declare class AutoResponsive extends Component {} ```

Interested in using your component on a photography website I'm building. When all done I expect to have ~ 3000 photos with each thumbnail being a max of 260 pixels...

Only shows blank screen on IE. I'm currently using IE 11. Does any one know why ? Any package I can use to fix. Please suggest.

![20240318155346](https://github.com/xudafeng/autoresponsive-react/assets/21099872/ca8c0c68-25f3-414f-ba6d-6d5379ea07f4)