bootstrap-react-components

1.1.2 • Public • Published

Setup

Because of the use of font-awesome you'll need to do the following in your code:

import {library} from '@fortawesome/fontawesome-svg-core'
import {
    faBan,
    faEdit,
    faPlus,
    faSave,
    faSync,
    faTrash
}                from '@fortawesome/free-solid-svg-icons'
 
 
library.add(
    faBan,
    faEdit,
    faPlus,
    faSave,
    faSync,
    faTrash
)

Release Process

Manual

  1. git flow release start vMM.mm.pp
  2. npm run test:src
  3. npm run test:harness
  4. npm run test:host:start
  5. npm run test:behavior
  6. npm version major/minor/patch
  7. npm build
  8. npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i bootstrap-react-components

Weekly Downloads

10

Version

1.1.2

License

Apache-2.0

Unpacked Size

769 kB

Total Files

87

Last publish

Collaborators

  • jimbarrows