React components for AI applications.
These components are located in the following directories:
src/Common- Components for production usesrc/Brui- Components from the FEL Brui projectsrc/Studio- Components from the BOD Altinn Studio project
We consolidate components by starting with individual implementations from each project and identifying commonalities to create shared, reusable components.
yarnView components in Storybook:
yarn storybookOpens automatically at http://localhost:6006
Run tests:
yarn testLint code:
yarn lintBuild Storybook:
yarn build-storybook- React 19 with TypeScript
- Storybook for component documentation and development
- @digdir/designsystemet for design system components
- ESLint with TypeScript, React Hooks, and Storybook plugins
- Vite for bundling and test infrastructure
- Vitest for unit testing with jsdom