Christine Perrychristine.hashnode.dev·Sep 9, 2024Essential UI Components for NextJS with TypeScript and TailwindCSSHave you ever searched for UI components online for NextJS that use TypeScript and TailedCSS? If you have, you've already found out that there are few free options available, and everything else is paywalled. UI development is a lot of work, and some...DiscussUI
Gihan Ranganagihan.hashnode.dev·Jun 15, 2024Highly Customizable React Custom Select Box ComponentEnhance your user interfaces with a fully customizable React Select Box component. This versatile component replaces standard HTML select boxes with a user-friendly drop-down menu, giving you complete control over style, behavior, and functionality. ...Discusssimplebar
Sneha Farkyasnehafarkya.hashnode.dev·Jan 22, 2024Customizing React Select DROPDOWN ComponentIt's good to see you here. I am happy that such a curious person exists! Have you ever faced difficulties in making a custom dropdown? I'm sure you have at some point in time! I did face this issue a couple of times, and then I figured out this amazi...Discuss·2 likes·30 readsreact-select
Mihai Marinescufeaturingcode.com·Sep 9, 2023Customizing React-Select with TypeScript: A Developer’s AlchemyIf you're reading this article because you think customizing the react-select library with TypeScript is going to be a walk in the park—close this tab right now. After combing through the documentation, I, too, was under the impression that this woul...Discuss·87 readsReact
Macaulay Uzumccauley.hashnode.dev·Jul 16, 2022Validating React-Select Dropdown with React-Form-Hook and Yup in React(TypeScript): A Step-By-Step GuideIntroduction React-Select is a flexible and appealing Select Input control for ReactJS. When utilizing this module, it's vital to check the data in order to avoid user abuse of the input fields. Yes, and this is where the React-Form-hook with Yup com...Discuss·7.3K readsReact