Skip to content

holywyvern/starry-night-ui

Repository files navigation

starry-night-ui

A React user interface for applications (Mostly Electron apps)

Installing

npm i --save starry-night-ui

Usage

Import the required CSS in your code:

import "starry-night-ui/build/css/index.css";

Wrap your application in a Container:

import { Container } from "starry-night-ui";

const App = () => {
    return (
        <Container>
            {...}
        </Container>
    );
};

And you are good to go now!

Documentation

Read the style guide to learn about each component on the library.

And check out the demo to see this library in action.

License

Apache 2.0

About

A react UI for development with React, usually for electron apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published