Novo Elements

screenshot of Novo Elements

UI Repository for Bullhorn's Novo Theme

Overview

The NOVO Elements npm version is a software library that provides a collection of UI elements for building web applications. It is compatible with NodeJS v14.0+ and can be easily integrated into different project setups. The library allows for customization of labels and provides a quick start guide for easy implementation.

Features

  • Quick Start: Get started quickly with the library by following the provided guide.
  • Integrating into a project: Depending on the system being used, such as SystemJS or Webpack, the setup process may vary.
  • Building Examples: Examples can be added to the appropriate directory in the novo-examples project, and can be imported or injected using the provided angular selector or code-example tag.
  • Customizing Labels: Override the default hard coded labels in the library by extending the NovoLabelService and providing the new class in the application's bootstrapping.
  • Upgrading Novo Elements: Follow the specified steps to upgrade to Version 6 of the library.
  • Contribute: Contribute to the open source project by submitting bugs, reviewing source code changes, or contributing bug fixes.
ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.