@hackdoor/voina
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published


Voina is the next component library of JSMonday, build on top of React.js, TypeScript and SCSS.

You can follow its progress on http://voina.jsmonday.dev

Installation

You can install voina via npm (currently as a pre-release):

npm i -s @hackdoor/voina
# or
yarn add @hackdoor/voina

Usage

In order to start to use voina, you need to import it's CSS bundle:

import "@hackdoor/voina/voina.dist.css";

now you're ready to use voina components:

import * as React from "React";
import { Button } from "@hackdoor/voina";

export type MySceneProps = {};

const MyScene: React.FunctionalComponent<MySceneProps> = () => (
  <div>
    <Button color="magenta" fullwidth>
      Click me!
    </Button>
  </div>
);

export default MyScene;

License

GPL V3 LICENSED

Readme

Keywords

none

Package Sidebar

Install

npm i @hackdoor/voina

Weekly Downloads

0

Version

0.0.15

License

GNU GPLv3

Unpacked Size

207 kB

Total Files

25

Last publish

Collaborators

  • micheleriva