0.1.6 • Published 7 years ago

generic-componentsui v0.1.6

Weekly downloads
18
License
-
Repository
-
Last release
7 years ago

Set of the reusable components made of semantic-ui-react as a base

100% compatible with projects bootstrapped with create-react-app since was transpiled using react-app babel preset.

How to install:

npm i generic-components --save

or:

yarn add generic-components

if you use Yarn instead of the npm.

Usage:

import React, { Component } from "react";
import Button from "generic-components/Button";
// supported too but not recommended
// import { Button } from "generic-components"; 

class App extends Component {
  render() {
    return (
      <div>
        <Button>Hello World!</Button>
      </div>
    );
  }
}

Documentation styleguide

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago