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]
- Host: GitHub
- URL: https://github.com/void-verse/void-design
- Owner: void-verse
- License: bsd-3-clause
- Created: 2022-07-06T11:31:08.000Z (over 3 years ago)
- Default Branch: prod
- Last Pushed: 2022-12-01T09:07:04.000Z (about 3 years ago)
- Last Synced: 2024-10-07T09:04:15.379Z (over 1 year ago)
- Topics: npm-package, npmjs, react-package, ui-components, ui-kit
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/void-design
- Size: 58.6 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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