Gentlent is a UI framework made for NextJS to build web applications. It is designed to be simple and easy to use. Gentlent provides a set of components and utilities that can be used to quickly build web applications.
To install Gentlent, run the following command:
npm install @gentlent/ui
In your next.config.js, add the following:
transpilePackages: ['@gentlent/ui'],
webpack: (config) => {
config.resolve.alias.react = path.resolve(__dirname, 'node_modules/react');
config.resolve.alias['styled-components'] = path.resolve(__dirname, 'node_modules/styled-components');
return config;
},
To use Gentlent's UI Framework, import the components you need from the package:
import { ... } from '@gentlent/ui';
The documentation for Gentlent's UI Framework can be found here.
Gentlent's UI Framework is proprietary software. It may be under copyright of Gentlent, even though it is open source.