0.6.1 • Published 2 months ago

parallel-ui v0.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Parallel Logo

Overview

Parallel is a React component library designed to simplify and enhance your web development projects. This README will guide you through the process of using Parallel in your React applications.

Installation

You can easily add Parallel to your project using either npm or yarn. Run one of the following commands in your project directory:

npm install parallel-ui

or

yarn add parallel-ui

Usage

Import the components you need in your React application. For example:

import { Container, Button, Text, Image } from "parallel-ui";

Begin utilizing the imported components within your application's JSX code. Here's an example of how to implement the Card component:

function MyCardComponent() {
  return (
    <Container
      gap="1rem"
      border="1"
      width="400px"
      direction="column"
      align="start"
      padding="1rem"
    >
      <Container gap="0.5rem" align="center">
        <Image src="https://parallel-ui.vercel.app/Parallel.png" alt="logo" />
        <Text variant="h4">Parallel</Text>
      </Container>
      <Text>
        Refer to the detailed documentation for each component to make the most
        of Parallel.
      </Text>
      <Container justify="end" width="100%">
        <Button
          label="Open"
          onClick={() => alert("https://parallel-ui.vercel.app/")}
        />
      </Container>
    </Container>
  );
}

Refer to the detailed documentation for each component to make the most of Parallel. Visit parallel-ui.vercel.app to access the documentation.

Unleash the Power of Parallel

Embrace the Parallel framework in your projects to unlock a host of advantages:

  1. Time and Cost Efficiency: Developers can accelerate their work while maintaining precision, leading to significant time and cost savings throughout project development.

  2. Elevated Quality: Leverage reliable, rigorously tested components to concentrate on crafting top-tier applications. Bid farewell to concerns about technical glitches and coding blunders during the design phase.

  3. Risk Mitigation: Minimize the chances of costly errors and project delays by harnessing a battle-tested component library. Your projects become more robust, secure, and dependable.

By adopting Parallel, you propel your projects towards success with greater speed, quality, and reliability.

Author

0.6.1

2 months ago

0.6.0

2 months ago

0.5.3

4 months ago

0.5.2

4 months ago

0.4.9

6 months ago

0.5.0

6 months ago

0.5.1

6 months ago

0.4.8

8 months ago

0.3.9

8 months ago

0.4.5

8 months ago

0.4.4

8 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.3.8

9 months ago

0.3.7

9 months ago

0.3.6

9 months ago

0.3.5

9 months ago

0.3.4

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.9

9 months ago

0.2.8

9 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago