1.3.32 • Published 12 months ago

@nexcomponent/lib v1.3.32

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

NexComponent UI Library

Welcome to NexComponent, a comprehensive and flexible UI library designed for modern React applications. NexComponent provides a suite of reusable and customizable components to streamline your development process and ensure a consistent design across your project.

Key Features

  • Versatile Components: NexComponent includes a variety of UI components such as cards, buttons, forms, and more, all designed to be easily integrated into your React applications.
  • Customizable: All components are highly customizable, allowing you to adjust their appearance and behavior to fit your specific design requirements.
  • Responsive Design: Our components are built to be responsive, ensuring they look great on all devices and screen sizes.
  • Accessibility: We prioritize accessibility, ensuring that our components provide a seamless experience for all users, including those with disabilities.
  • Consistent Styling: Maintain a consistent look and feel across your application with NexComponent's cohesive styling and theming capabilities.
  • Comprehensive Documentation: Detailed documentation and examples are available to help you get started quickly and use our components effectively.

Installation

To install NexComponent in your project, use npm or yarn:

npm install @nexcomponent/lib --save

or

yarn add @nexcomponent/lib

Usage

Import and use the components in your React application:

import React from 'react';
import { NexCard, NexHeroCard, NexButton } from '@nexcomponent/lib';

function App() {
  return (
    <div>
      <NexCard title="Example Card" content="This is a sample card." />
      <NexHeroCard title="Hero Title" subtitle="Hero Subtitle" />
      <NexButton text="Click Me" onClick={() => alert('Button clicked!')} />
    </div>
  );
}

export default App;

Documentation

For detailed documentation on each component and its props, visit the official documentation.

Styling

@nexcomponent/lib components come with minimal styling. You can customize the styles by either:

  • Passing custom className or styles directly to the components.

License

NexComponent is licensed under the MIT License. See the LICENSE file for more information.

1.3.32

12 months ago

1.3.31

12 months ago

1.3.30

12 months ago

1.3.29

1 year ago

1.3.28

1 year ago

1.3.27

1 year ago

1.3.26

1 year ago

1.3.25

1 year ago

1.3.24

1 year ago

1.3.23

1 year ago

1.3.22

1 year ago

1.3.21

1 year ago

1.3.20

1 year ago

1.3.19

1 year ago

1.3.18

1 year ago

1.3.17

1 year ago

1.3.16

1 year ago

1.3.15

1 year ago

1.3.14

1 year ago

1.3.13

1 year ago

1.3.12

1 year ago

1.3.11

1 year ago

1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago