Skip to content

gentlent/ui

Repository files navigation

Gentlent UI Framework

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.

The Gentlent UI framework is primarly used for internal purposes. It's far from perfect, but fits our needs and may be constantly changed and may include smaller breaking changes. Be careful when using it outside of Gentlent. Try to stick to a fixed version as well to avoid unwanted breaking changes.

Installation

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;
  },

Usage

To use Gentlent's UI Framework, import the components you need from the package:

import { ... } from '@gentlent/ui';

Documentation

The documentation for Gentlent's UI Framework can be found here.

License (Partly Proprietary)

Gentlent's UI Framework is proprietary software. It may be under copyright of Gentlent, even though it is open source.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published