1.0.9 • Published 1 year ago

components-fullcomm v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

components-fullcomm

Default components for FullComm APPs

NPM JavaScript Style Guide

Install component and its dev dependencies

npm install --save components-fullcomm

Usage

import React, { Component } from 'react'
import { FCSelect } from 'components-fullcomm';

class Example extends Component {
  render() {
    return <FCSelect
      label="My Label"
      onChange={handleChange}
      options={[
        {value={0} label="option 1" img={link/to/image} (optional)}
      ]}
     />
  }
}

Modifying and testing this package

cd ~/projects/components-fullcomm # go into the package directory npm link # creates global link cd ~/projects/your-app # go into some other package directory. npm link components-fullcomm # link-install the package

more info at: https://docs.npmjs.com/cli/v10/commands/npm-link

License

MIT © checkstorelucassantos

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago