@corabank/icons v3.5.0
@corabank/icons
Cora icons Library
Install
npm install --save @corabank/iconsUsage
import * as React from 'react'
import { Alert } from '@corabank/icons'
class Example extends React.Component {
render() {
return <Alert />
}
}Props
| name | type | default | description |
|---|---|---|---|
| size | string | small | Define size of the icon, values permited: small, medium, big |
| color | string | #3B3B3B | Define color of the icon, use hexadecimal color |
How to contribute
- Create a new branch (whenever possible add your
Jiraissue number) - Add your changes on the same branch and test it with
npm link(REQUIRED) - Push your changes
- Open the pull request with
Releasesection 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
- ...- And, on pull request, add one of the following mandatory labels:
bump:patch,bump:minor,bump:majororbump: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 actionLicense
MIT ©
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago