Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

vaporwave-aesthetic-ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vaporwave-aesthetic-ui

Made with create-react-library

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

vaporwave-aesthetic-ui

NPM JavaScript Style Guide

Install

npm install --save vaporwave-aesthetic-ui

Overview

Vaporwave Aesthetic UI is a React component library based on the vapor wave a e s t h e t i c.

Quick Start

To get started with Vaporwave Aesthetic UI, you need to wrap the application with the AestheticProvider component. This provides the theme (or aesthetic in vapor wave speak 🐬 🌴 ) to all child components.

import React, { Component } from 'react'

import { AestheticProvider } from 'vaporwave-aesthetic-ui'

class Example extends Component {
  render() {
    return(
      <AestheticProvider>
        <div>application here</div>
      </AestheticProvider>
    )
  }
}

If you are using React functional components, you can also access the theme from any point in the application with the useAesthetic hook.

Documentation & Demo

For a full overview of Vaporwave Aesthetic UI and a demo of the library in action, there'll soon be a documentation site. For now, just check out the Github repo.

Quick links within the repo:

  • components
  • theme

Styling and Extending the Library with Theme UI

Vaporwave Aesthetic UI is based on the Theme UI React UI framework. The components listed below have been customized beyond the Theme UI theme object, but all components from Theme UI will work in this application. A full list of Theme UI components may be found here.

As Vaporwave Aesthetic UI is based on Theme UI, it uses Theme UI's sx property for styling. You can style any Vaporwave Aesthetic UI or Theme UI component using the sx property. Read more about the sx prop here.

Made with create-react-library

License

MIT © bpmutter

FAQs

Package last updated on 30 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts