mokosh

0.0.3 • Public • Published

Mokosh JS

UI components library.

Support

React: ^16.0.0

Vue: Soon

Angular: Not planned @ the moment.

Installation

  • for all packages: npm i mokosh
  • for core package only: npm i @mokosh/core

Usage

We will use button component as an example:

import { Button } from 'mokosh';

// OR
import { Button } from '@mokosh/core';

// OR
import Mokosh from 'mokosh';

...
    render() { return <Mokosh.Button />; }
...

Readme

Keywords

Package Sidebar

Install

npm i mokosh

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

23.4 kB

Total Files

24

Last publish

Collaborators

  • sebdybowski