3.2.0 • Published 4 months ago

@corabank/icons v3.2.0

Weekly downloads
47
License
MIT
Repository
github
Last release
4 months ago

@corabank/icons

Cora icons Library

NPM JavaScript Style Guide

Install

npm install --save @corabank/icons

Usage

import * as React from 'react'

import { Alert } from '@corabank/icons'

class Example extends React.Component {
  render() {
    return <Alert />
  }
}

Props

nametypedefaultdescription
sizestringsmallDefine size of the icon, values permited: small, medium, big
colorstring#3B3B3BDefine color of the icon, use hexadecimal color

How to contribute

  1. Create a new branch (whenever possible add your Jira issue number)
  2. Add your changes on the same branch and test it with npm link (REQUIRED)
  3. Push your changes
  4. Open the pull request with Release section filled with the changes that represent this release.

    The release is generated automatically, just leave the release section filled in. Your release will appear here

Example:

- Added new feature A
- Created <B /> Component
- ...
  1. And, on pull request, add one of the following mandatory labels: bump:patch, bump:minor, bump:major or bump:bypass (any other label can also be added)

    The labels will indicate to the actions which version needs to be generated and published right after the merge

bump:patch >> will generate `patch` version
bump:minor >> will generate `minor` version
bump:major >> will generate `major` version
bump:bypass >> wont generate version and will bypass action

License

MIT ©

3.2.0

4 months ago

3.0.0

5 months ago

2.15.3

5 months ago

2.15.2

10 months ago

2.15.0

11 months ago

2.15.1

11 months ago

2.11.0

12 months ago

2.13.0

11 months ago

2.13.1

11 months ago

2.12.0

12 months ago

2.10.0

1 year ago

2.14.0

11 months ago

2.9.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.7.0

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.5.1

1 year ago

2.8.0

1 year ago

2.3.4

2 years ago

2.2.1

2 years ago

2.3.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.3

2 years ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.14.0

2 years ago

1.13.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.0

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.0

3 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.0.0

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-beta.0

4 years ago