An open API service indexing awesome lists of open source software.

https://github.com/void-verse/void-design

A hybrid package of UI elements for ReactJS, from void. [NPM PACKAGE]
https://github.com/void-verse/void-design

npm-package npmjs react-package ui-components ui-kit

Last synced: 3 months ago
JSON representation

A hybrid package of UI elements for ReactJS, from void. [NPM PACKAGE]

Awesome Lists containing this project

README

          

# Void Design

A hybrid package of UI elements for ReactJS, from [void](https://github.com/void-verse)


## What's new (v1.2.2)

- HTML Attributes for Input Components
- Password Input
- Card


## Installation

- :arrow_down: Install the package

```bash
yarn add void-design
```


- :spiral_notepad: Import the CSS file

```js
import "void-design/lib/void.css";
```


- :blue_heart: Start using the package

```js
import "void-design/lib/void.css";

import React from "react";
import { Input, Button, Snackbar } from "void-design";

const App = () => {
return (




Snackbar.success("Form submitted!")}>
Submit


);
};

export default App;
```


## Components

- Button
- Card
- Input
- Form
- Slider
- Snackbar
- Spinner
- Drawer
- Divider