NextUI package

NextUI is a UI library for React that helps you build beautiful and accessible user interfaces. It can be used with Nextjs projects offering beautiful user experience. It is build on top of Tailwind css and React Aria. It is different from Tailwindcss in sense that tailwind offered only few classes to style the components. However NextUI is a complete UI library that provides a set of accessible and customizable components, hooks and utilities.

Installation requirements

  • React 18 or later
  • Next.js 12 or later
  • Tailwind css 3 or later
  • Framer motion 4 or later

To start a new project pre-configured with NextUI, following steps can be followed:

A nextjs project with all basic componnets of NextUI can be installed. Some components availbale are: Avatar, Accordion, Badge, Button, Card, checkbox, Dropdown, Image, Listbox, Slider, Table, …

Leave a comment

Your email address will not be published. Required fields are marked *