0.7.9 • Published 5 months ago

@zuzjs/ui v0.7.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@zuzjs/ui

The @zuzjs/ui library provides a collection of reusable components and blocks designed to streamline your development process. It also includes an automatic CSS generator to help you maintain consistent styling across your application.

Features

  • Components: A variety of pre-built UI components to speed up your development.
  • Blocks: Modular blocks that can be easily integrated into your projects.
  • Auto CSS Generator: Automatically generates CSS to ensure consistent and maintainable styles.

Installation

To install the @zuzjs/ui library, use the following command:

npm install @zuzjs/ui

Usage

Import the components and blocks you need and start building your UI:

import { Box, Button, Text } from '@zuzjs/ui';

function App() {
    return (
        <Box as={`w:100 h:100 bg:red`}>
            <Button as={`s:18 bold tac`}>Click Me</Button>
            <Text as={`s:18 tac`}>Hello World!</Text>
        </Box>
    );
}

The auto CSS generator will handle the styling for you, ensuring a cohesive look and feel.

Documentation

Documention in progress.

License

This project is licensed under the MIT License.

0.7.9

5 months ago

0.7.6

5 months ago

0.7.5

5 months ago

0.7.8

5 months ago

0.7.7

5 months ago

0.7.2

6 months ago

0.7.1

6 months ago

0.7.4

5 months ago

0.7.3

5 months ago

0.6.9

6 months ago

0.7.0

6 months ago

0.6.8

6 months ago

0.6.7

6 months ago

0.6.6

6 months ago

0.6.5

7 months ago

0.6.4

8 months ago

0.6.3

8 months ago

0.6.2

8 months ago

0.6.1

9 months ago

0.5.9

9 months ago

0.6.0

9 months ago

0.5.8

9 months ago

0.5.7

9 months ago

0.5.6

9 months ago

0.5.5

10 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.4.9

10 months ago

0.4.8

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.5.0

10 months ago

0.4.3

11 months ago

0.5.1

10 months ago

0.3.9

11 months ago

0.3.8

12 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.4.2

11 months ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.8

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago