2.2.0 • Published 13 days ago

@szum-tech/design-system v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

📚 Features

📖 Table of Contents

🎯 Getting Started

⚙️ Installation

@szum-tech/design-system is available as npm package,

Install tailwindcss and @szum-tech/design-system via npm.

# NPM
npm install tailwindcss @szum-tech/design-system

# YARN
yarn add tailwindcss @szum-tech/design-system

# PNPM
pnpm add tailwindcss @szum-tech/design-system

# BUN
bun add tailwindcss @szum-tech/design-system

Tailwindcss Configuration

To configure Tailwind CSS, follow the Installation section in the Tailwind CSS documentation.

On this page, you can find all the necessary information for integrating Tailwind in various ways - you can choose the one that suits you best.

CSS file

Add the following lines to your CSS file:

@import "tailwindcss";

/* Use the @import directive to inline import CSS file with predefined styles */
@import "@szum-tech/design-system/tailwind/global.css";

/* Use the @source directive to explicitly specify source files that aren't picked up by Tailwind's automatic content detection */
@source "../node_modules/@szum-tech/design-system";

Usage

Components

All components of the design system, context, hooks, functions, etc., are imported from @szum-tech/design-system

import { Button } from "@szum-tech/design-system";

Icons

To use Icons you need to import them from @szum-tech/design-system/icons

import { GoogleLogoIcon } from "@szum-tech/design-system/icons";

🛠️ Developer Info

Dependencies

NPM (prod) Dependency Version NPM (prod) Dependency Version NPM (prod) Dependency Version NPM (prod) Dependency Version NPM (prod) Dependency Version

Peer Dependencies

NPM dev or peer Dependency Version NPM dev or peer Dependency Version NPM dev or peer Dependency Version NPM dev or peer Dependency Version

Documentation

Szum-Tech Design System

📓 Changelog

The changelog is regularly updated to reflect what's changed in each new release.

📜 License

This project is licensed under the terms of the MIT license.

2.2.0

13 days ago

2.1.1

1 month ago

2.1.0

3 months ago

2.0.4

3 months ago

2.0.3

4 months ago

2.0.2

4 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.18.3

1 year ago

1.18.2

1 year ago

1.18.1

2 years ago

1.18.0

2 years ago

1.17.8

2 years ago

1.14.0

2 years ago

1.16.2

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.17.2

2 years ago

1.15.4

2 years ago

1.17.1

2 years ago

1.15.3

2 years ago

1.17.0

2 years ago

1.15.2

2 years ago

1.15.1

2 years ago

1.17.6

2 years ago

1.17.5

2 years ago

1.17.4

2 years ago

1.17.3

2 years ago

1.15.5

2 years ago

1.17.7

2 years ago

1.12.3

2 years ago

1.12.2

2 years ago

1.11.3

2 years ago

1.12.1

2 years ago

1.11.2

2 years ago

1.12.0

2 years ago

1.11.1

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.7.1

2 years ago

1.6.2

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago