@equinor/ioc-common-frontend
v20.0.1
Published
NPM library for shared frontend code to be used by applications maintained by the IOC Prevent Breakdowns (PB) team
Keywords
Readme
IOC Common Frontend ·

NPM library for shared frontend code to be used by applications maintained by the IOC Prevent Breakdowns (PB) team
Preview
To preview the components in this package in storybook, please head to our Storybook.
How to use
For installing this package
yarn add @equinor/ioc-common-frontendor using npm.
npm install @equinor/ioc-common-frontendThen use the components or functions by named imports
import { Button } from "@equinor/ioc-common-frontend"
...
export const YourComponent = () => {
...
return {
<div>
<Button />
</div>
}
}Links
Useful links:
- Repository: https://github.com/equinor/ioc-common-frontend
- Storybook site: https://vigilant-giggle-adeaa4b7.pages.github.io
Contributing
As of writing, this package is open for use internally and externally through npmjs.
Repository is however only available for internal equinor for posting PR's.
Licensing
The code in this project is licensed under MIT license.
