Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ionetplus

primefaces60MIT1.0.0TypeScript support: included

ionetplus is an open source UI library for React featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

ionetplus, react, hooks, next, nextjs, ui-kit, ui library, component library, material, material design, bootstrap, tailwind theme, dark theme, react components, responsive components

readme

This library is customized by divya devar.

ionet plus

// with npm
npm install ionetplus

// with yarn
yarn add ionetplus

Styles

//theme
import 'ionetplus/resources/themes/lara-light-indigo/theme.css';

//core
import 'ionetplus/resources/ionetplus.min.css';

Each ionetplus theme has its own font family so it is suggested to apply it to your application for a unified look.

body {
    font-family: var(--font-family);
}

Usage

Each component can be imported individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component.

Module

//import { ComponentName } from 'ionetplus/{componentname}';
import { Dialog } from 'ionetplus/dialog';
import { Accordion, AccordionTab } from 'ionetplus/accordion';