0.2.68 • Published 8 months ago

@dashflowx/ui v0.2.68

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Dashflow-X

Overview

Dashflow-X is an open-source UI design system library designed to help developers reduce development time by providing a set of reusable and customizable components. The library includes a wide range of UI elements, themes, and utilities that adhere to modern design principles, ensuring a consistent and professional look across your applications.

Features

  • Reusable Components: A comprehensive collection of pre-built UI components such as buttons, forms, modals, and more.
  • Customizable Themes: Easily switch and customize themes to match your project's branding.
  • Responsive Design: Components are designed to be fully responsive, ensuring a seamless user experience across devices.
  • Accessibility: Built with accessibility in mind to ensure your application is usable by everyone.
  • Documentation: Extensive documentation and examples to help you get started quickly.

Installation

You can install Dashflow-X using npm:

npm install dashflow-x

Getting Started

Here's a quick example to get you started with Dashflow-X:

  1. Import Dashflow-X styles and components in your project:

    import 'dashflow-x/dist/dashflow-x.css';
    import { Button, Card } from 'dashflow-x';
  2. Use the components in your application:

    import React from 'react';
    import { Button, Card } from 'dashflow-x';
    
    const App = () => (
      <div>
        <Card title="Welcome to Dashflow-X">
          <p>This is a simple card component from Dashflow-X.</p>
          <Button onClick={() => alert('Button clicked!')}>Click Me</Button>
        </Card>
      </div>
    );
    
    export default App;

Documentation

Detailed documentation is available on our official website. Here you will find guides, API references, and examples to help you make the most out of Dashflow-X.

Contributing

We welcome contributions from the community! Here are some ways you can contribute:

  • Report Bugs: If you find a bug, please report it by opening an issue on GitHub.
  • Request Features: Have an idea for a new feature? Let us know by creating a feature request.
  • Submit Pull Requests: We welcome code contributions. Please read our contributing guide to get started.

Support

If you need help or have any questions, feel free to reach out:

  • GitHub Issues: Open an issue on our GitHub repository.
  • Email: Contact us at support@example.com.

Acknowledgements

We would like to thank the open-source community for their contributions and support in making Dashflow-X a reality.

0.2.68

8 months ago

0.2.67

8 months ago

0.2.66

8 months ago

0.2.65

8 months ago

0.2.63

9 months ago

0.2.62

9 months ago

0.2.64

9 months ago

0.2.61

9 months ago

0.2.60

9 months ago

0.2.59

9 months ago

0.2.58

9 months ago

0.2.57

9 months ago

0.2.56

9 months ago

0.2.55

9 months ago

1.0.4

9 months ago

0.2.54

9 months ago

0.2.52

10 months ago

0.2.51

10 months ago

0.2.53

10 months ago

1.0.3

10 months ago

0.2.50

10 months ago

0.2.41

10 months ago

0.2.40

10 months ago

0.2.49

10 months ago

0.2.48

10 months ago

0.2.47

10 months ago

0.2.46

10 months ago

0.2.45

10 months ago

0.2.44

10 months ago

0.2.43

10 months ago

0.2.42

10 months ago

0.2.39

10 months ago

0.2.38

10 months ago

0.2.37

10 months ago

0.2.36

10 months ago

0.2.35

10 months ago

0.2.34

10 months ago

0.2.33

11 months ago

0.2.32

11 months ago

0.2.31

11 months ago

0.2.30

11 months ago

0.2.29

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

0.2.28

11 months ago

0.2.27

12 months ago

0.2.26

12 months ago

0.2.25

12 months ago

0.2.24

12 months ago

0.2.23

12 months ago

0.2.22

12 months ago

0.2.21

12 months ago

0.2.20

12 months ago

0.2.19

12 months ago

0.2.18

12 months ago

0.2.17

12 months ago

0.2.16

12 months ago

0.2.15

12 months ago

0.2.14

12 months ago

1.0.0

12 months ago

0.2.13

12 months ago

0.2.12

12 months ago

0.2.11

12 months ago

0.2.10

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago