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

Add props to FieldInput (and other input) to show - Required: asterisk when required - Optionnal: (optionnal) when not required - Hidden: when we don't want show anything

hacktoberfest

- [ ] Add basename / url of the app in a constant - [ ] Add a guide in the readme to update the app url

enhancement

## Description there is a problem when installing the "[swiper](https://swiperjs.com/)" lib the following utils no longer work: `jest test` and `storybook` execution ![image](https://user-images.githubusercontent.com/80390318/150135219-c35b215b-8d8e-4e4f-b9b9-87b5a8bcabc1.png)

bug
wontfix

Maybe reuse text I've written here on how to create a new component for Start UI https://github.com/BearStudio/start-ui-web/issues/55#issuecomment-935658304

documentation

A `Select` component with autocomplete already exists for Start UI, but it is often complicated to override it as we saw in private projects we did. Opening an issue to...

enhancement
hacktoberfest

### Description According to Thibault, we should add a `security.txt` file in the root folder. It allows people to contact us (or our customer) in the case a security issue...

I am trying to setup a NextJS application based on [Start UI](https://github.com/BearStudio/start-ui) that will use [keycloak-js](https://www.npmjs.com/package/keycloak-js) in the `app` folder which is not Server Side Rendered. Keycloak is only imported...

bug

## Description Using `as` in `` triggers this error : ``` Type '{ children: string; as: string; }' is not assignable to type 'IntrinsicAttributes & ResponsiveIconButtonProps'. Property 'as' does not...

This PR is a start for the #126 discussion. https://user-images.githubusercontent.com/3920615/189230973-7b7fcfdb-f402-4052-ae61-e29b6612581f.mp4

enhancement