start-ui-web icon indicating copy to clipboard operation
start-ui-web copied to clipboard

πŸš€ Start UI [web] is an opinionated UI starter with 🟦 TypeScript, βš›οΈ React, ⚫️ NextJS, ⚑️ Chakra UI, 🟦 tRPC, β–² Prisma, πŸ–οΈ TanStack Query, πŸ“• Storybook, 🎭 Playwright,πŸ“‹ React Hook Form,β—½From the...

Results 92 start-ui-web issues
Sort by recently updated
recently updated
newest added

It seems that date selector is not translated (Day Picker is fine) [Screenshot_20220103_072417_com.android.chrome.jpg](https://user-images.githubusercontent.com/9749061/147904162-6ae8e5d7-ee08-4951-b36a-39c275d01b65.jpg) (not related to this PR) _Originally posted by @ivan-dalmet in https://github.com/BearStudio/start-ui-web/issues/138#issuecomment-1003893048_

bug

- added an error message if list of users loading fails . - added a refresh button to refresh the page. ![image](https://user-images.githubusercontent.com/109508360/179720265-21850576-001d-4f1f-a37f-1a1d19395650.png)

## Description An ImageUpload component would allow the user to upload an image from their storage system onto a server / provider, and display the resulting image. ![ImageUpload](https://user-images.githubusercontent.com/38964092/170728077-b9dcbd7c-10a8-45e7-8c82-8a1f6ca374ba.png) This component...

enhancement

Add some resources or documentation for deploy startui on - [ ] netlify @yoannfleurydev is doing this one (https://docs.google.com/document/d/1AgxaJh7Svqv5-DUgntpasAY67m_Bbr8wVCwb-tHv21g/edit?usp=sharing) - [ ] vercel - [ ] clever cloud @Rileran is...

documentation
good first issue

I changed previous favicon and put a start ui icon related to #113

Need update

I suggest you my whole component : Editable I think we will need to make some adjustments like using Typescript. Here is the entire code : Editable.js ```jsx import React,...

enhancement
hacktoberfest

Implement a TimePicker component that is clearable. Here are some inspirations: - [Ant Design TimePicker](https://ant.design/components/time-picker) - [Material UI TimePicker](https://material-ui.com/components/pickers/#time-pickers) - [Chakra UI](https://chakra-ui.com/docs/form/input) setting the `type` prop to `time` # Acceptance...

enhancement
good first issue
hacktoberfest

A `DatePicker` component already exist, but at the moment it is complicated to play with. Suggestions/inspiration to implement a better DatePicker component: - [use-date-input](https://github.com/mark-tate/use-date-input) - [Material UI](https://material-ui.com/components/pickers/#datepickers) - [React Day...

enhancement

A new version of react-day-picker is available since march Read the [Release V8](https://github.com/gpbl/react-day-picker/releases/tag/v8.0.0) and manage the breaking changes

enhancement

## Description Adding a new component `ImageUpload` that let the user upload an image to cloudinary, display it, and remove it. This component also has its Field counterpart to integrate...