
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
react-usit-ui
Advanced tools
WORK IN PROGRESS - EXPECT API TO BREAK FROM ONE VERSION TO THE NEXT WITHOUT FURTHER NOTICE.
React components created by USIT (University Center for Information Technology) - University of Oslo.
The components implement the UiO Graphical Profile from https://bitbucket.usit.uio.no/projects/UX/repos/grafisk-profil/browse
Storybook for the current version: https://utv.uio.no/react-usit-ui
yarn add react-usit-ui
This library comes with some graphical assets (icons, logos etc). When
the library is installed, these are put in
node_modules/react-usit-ui/dist/assets. You may need to copy files
from this folder to your application's static folder or equivalent.
To make assets load properly, set theme.props.publicPath to the
public path of your static folder.
Application must be wrapped in a ThemeProvider component for other components to be rendered properly.
import { ThemeProvider } from 'react-jss';
import { createUiOTheme } from 'react-usit-ui';
const theme = createUiOTheme();
// ...
<ThemeProvider theme={theme}>
<App />
</ThemeProvider>
The standard colors is defined in the color palette. Styles can be overridden in theme.palette.xxx. Standard colors are also exported from react-usit-ui/colors.
The component library supports theming. The function createUiOTheme provides a default theme and supports customization of color palette and typography.
Todo: Provide documentation on theme object and how it can be customized.
We use Storybook to present and document components. To start Storybook locally run
yarn run storybook
Todo: Add link to published storybook for most recent version of UI library.
Recommended workflow:
yarn link in the repository folderyarn link react-usit-ui(cd node_modules/react-usit-ui && yarn watch) to start a build server. This will build the react-usit-ui library in development mode and watch for changes, so you don't have to rebuild manually whenever you change something.Please note:
yarn unlink react-usit-ui(cd node_modules/react-usit-ui && yarn prepare).FAQs
React components using Grafisk profil for UiO
We found that react-usit-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.