1.0.23 • Published 12 months ago

@sliderzz/daz-ui v1.0.23

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

@sliderzz/daz-ui

@sliderzz/daz-ui is a React component library that provides reusable UI components for your projects. Currently, it includes the Dazcard component.

Installation

You can install @sliderzz/daz-ui via npm or yarn:

Using npm

npm install @sliderzz/daz-ui

Using yarn

yarn add @sliderzz/daz-ui

Usage

Importing Components

To use the Dazcard component, import it from @sliderzz/daz-ui:

import { Dazcard } from "@sliderzz/daz-ui";

Example

Here’s a basic example of how to use the our component in a React application:

// The Dazcard component accepts the following props:
// 1. title (string): The title to display on the card.
// 2. desc (string): The description to display on the card.

import React from "react";
import { Dazcard } from "@sliderzz/daz-ui";

const App = () => (
    <div>
        <Dazcard
            title="Card Title"
            desc="This is a description of the card."
        />
    </div>
);

export default App;

Feel free to use amazing components!

1.0.23

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.1-3.1

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago