1.1.6 • Published 7 months ago

@cozey-tech/cozey-design-library v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Cozey Design Library

Overview

Cozey Design Library is a robust and comprehensive collection of UI components meticulously engineered to be modular and easily integrable into your projects. The library is built using advanced technologies such as Next.js, TypeScript, and styled-components, ensuring that each component is optimized, well-typed, and highly customizable.

Installation

To integrate the Cozey Design Library into another project, install it using npm:

npm install cozey-design-library

Storybook Documentation

Components in the Cozey Design Library are documented and showcased within Storybook. To access the Storybook documentation, perform the following steps:

  1. Clone the repository
  2. Navigate to the project directory and install the dependencies: cd cozey-design-library
  3. Run Storybook: npm run storybook

The Storybook application will be accessible at http://localhost:6006/, allowing for interactive exploration and documentation of each component.

Usage

You can import and use the components directly in the application as follows:

import { ComponentName } from 'cozey-design-library';

Utilize the component within your React functional or class component:

function MyApp() { return <ComponentName />; }

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago