0.1.1 • Published 5 years ago

@zakary/ui v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@zakary/ui

A personal component library for routine development.

npm github release

It's mine personal component library for routine development, so it may not stable all the time.

Installation

Install the package in your project directory with:

// with npm
npm install @zakary/ui

// with yarn
yarn add @zakary/ui

Usage

The path under mui just import from @material-ui, so you could use like this:

import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@zakary/ui/mui/core/Button';

function App() {
  return (
    <Button variant="contained" color="primary">
      Hello World
    </Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

And also you could read the office docs right here.

License

This project is licensed under the terms of the MIT license.

NPM

0.1.1

5 years ago

0.1.0

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago