@customd/react-ui-behaviour

1.0.0 • Public • Published

@customd/react-ui-behaviour

Provides underlying behaviour for UI components that can be skinned or styled with any CSS based framework.

NPM JavaScript Style Guide

Install

npm install --save @customd/react-ui-behaviour

Usage

import React, { Component } from 'react'

import MyComponent from '@customd/react-ui-behaviour'
import '@customd/react-ui-behaviour/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © samatcd

/@customd/react-ui-behaviour/

    Package Sidebar

    Install

    npm i @customd/react-ui-behaviour

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.38 MB

    Total Files

    7

    Last publish

    Collaborators

    • custom-d