Sortable Table Component for React Native - reactjs

I'm looking for a good sortable table to display data--mostly numbers-- in React Native. I've found react-native-data-table, however I'm a little hesitant to use this library since it's built on listView which is deprecated.
Does anyone have any suggestions?

Try react-native-table-component. Easy to use and performatic.

Related

Calendar for React small version

I need to create this React component:
I'm very new working with React but I know react-calendar (https://www.npmjs.com/package/react-calendar) is one of the most popular options.
Is there any way to create a short version of the calendar as displayed in the wireframe? Would anybody recommend another library?
I recommend using the Material-UI library. It has many ready-made components and their customization is easy

Is there a way to create a component as shown in the image below using react material UI

Is there a way to create a component as shown in the image below using react material UI..?
I am a new student for react and I have to know idea how to create a component like this.
If you can help me, It's mean a lot. Thank You very much.
This could be a starting point for you with the screenshot below taken from material UI documentation.
Link to documentation: https://mui.com/components/text-fields/
You may check out the source code in the link above to see how they implement it.

Is there a collapsing component with "showmore" in material ui

I have seen the extensive use of showmore in google design and my guess would be that there would be a component doing that in material ui. so is there one?
it looks like this, if my desicription is wrong
I’m afraid not. You can easily create tho.

How to design React Admin Panel(Dashboard)?

I am new in React.js, I want to create a Dashboard for getting good understanding of react i tried react-admin panel but not getting a good understanding of it. I wanna know how should i start? ,using bootstarp from scratch will it beneficial? can you guys suggest some good content regarding that. thanks in advance
i think you can use antd to start making admin panel. here is the link as antd provide lots of custom components help you to speed up your work. also you can select layout from here according to your requirement. every component are easy to use just you have to pass the props

how can I create a dump carousel in material-ui?

Please,
I want to know how to create a dump carousel in material-ui (for 3 images) since it's not predefined in material-ui ? I tried to use material-auto-rotating-carousel but it seems not easy to integrate in a simple React page.
You are correct, this feature doesn't exist in material-ui,
I will suggest to use some util for carousel
or you can use a util which provide a scrollable effect. Please check this answer - https://pt.stackoverflow.com/questions/372089/carousel-no-material-ui

Resources