@modular-ui-react/components
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Modular-UI-React Components

Base component that implements basic lifecycles and properties

NPM JavaScript Style Guide

Install

npm install --save @modular-ui-react/components

or

yarn add @modular-ui-react/components

Usage

import React from 'react'
import { Component } from '@modular-ui-react/component'

function MyComponent({ children, className, ...props }) {
  return (
    <Component className={[className, 'MyComponent'].join(' ')} {...props}>
      {children}
    </Component>
  )
}

Contributing

Pull Requests are Welcome.

License

This repository is released under MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @modular-ui-react/components

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

285 kB

Total Files

12

Last publish

Collaborators

  • a-g-d