0.7.9 • Published 4 months ago

@zuzjs/ui v0.7.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 months ago

0.7.6

4 months ago

0.7.5

4 months ago

0.7.8

4 months ago

0.7.7

4 months ago

0.7.2

5 months ago

0.7.1

5 months ago

0.7.4

5 months ago

0.7.3

5 months ago

0.6.9

5 months ago

0.7.0

5 months ago

0.6.8

5 months ago

0.6.7

5 months ago

0.6.6

5 months ago

0.6.5

6 months ago

0.6.4

7 months ago

0.6.3

7 months ago

0.6.2

8 months ago

0.6.1

8 months ago

0.5.9

8 months ago

0.6.0

8 months ago

0.5.8

8 months ago

0.5.7

8 months ago

0.5.6

8 months ago

0.5.5

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.4.9

9 months ago

0.4.8

9 months ago

0.4.5

9 months ago

0.4.4

10 months ago

0.4.7

9 months ago

0.4.6

9 months ago

0.5.0

9 months ago

0.4.3

10 months ago

0.5.1

9 months ago

0.3.9

10 months ago

0.3.8

11 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.4.2

10 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

2 years ago