1.0.23 • Published 1 year ago

@sliderzz/daz-ui v1.0.23

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

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.1-3.1

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago