More Premium Hugo Themes Premium React Themes

Next Gen UI

Next Gen UI

Github Stars Github Stars: 25
Last Commit Last Commit: Dec 21, 2021 -
First Commit Created: Apr 29, 2023 -
Next Gen UI screenshot

Overview

Next Gen UI is a platform that caters to front-end and UI/UX developers. It provides all the necessary components needed to create scalable front-end applications that offer a unique user experience.

Features

  • NPM package support with regular updates.
  • Pre-built templates based on HTML, ReactJs/NextJs, and utilizing the advanced CSS library called Tailwind CSS.
  • A wide range of UI designs including Navbars, Footers, Forms, Cards, Hero Sections, Buttons, FAQs, 404 buttons, Form Control, Link, Login, Search, Select, Skeleton, Spinner Loader, and TextInput.

Installation

To install Next Gen UI, follow these steps:

  1. Include the Next Gen UI dependency in your project’s package.json file:
"dependencies": {
  "next-gen-ui": "^1.0.0"
}
  1. Run the following command to install the package:
npm install
  1. Import Next Gen UI components into your project:
import { Button, Form, Navbar } from 'next-gen-ui';
  1. Start using the components in your code:
<Button variant="primary">Click me</Button>
<Form />
<Navbar />

Summary

Next Gen UI is a comprehensive platform for front-end and UI/UX developers. It offers a wide range of pre-built templates and UI components, making it easy to create scalable front-end applications. The platform also provides regular updates through NPM packages and utilizes the advanced CSS library Tailwind CSS. Next Gen UI is licensed under the MIT License and offers developer support.