https://github.com/lundegaard/lundium
React UI library for fast web development.
https://github.com/lundegaard/lundium
react react-components ui-kit
Last synced: about 1 year ago
JSON representation
React UI library for fast web development.
- Host: GitHub
- URL: https://github.com/lundegaard/lundium
- Owner: lundegaard
- License: mit
- Created: 2020-01-13T12:37:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:03:52.000Z (about 4 years ago)
- Last Synced: 2025-03-24T00:07:35.610Z (over 1 year ago)
- Topics: react, react-components, ui-kit
- Language: JavaScript
- Homepage: https://lundium.netlify.com
- Size: 2.78 MB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Lundium UI
🖍️ 🛡 🚀
Beautiful React component library.
A library of UI components used across Lundegaard projects. Goal of this library is to provide one base from which components could be shared and reused, thus offering one central point for further development and improvements.

## Getting started
Setup your own project and add `lundium` as your dependency
```bash
yarn add lundium
```
```bash
npm install lundium
```
## Documentation
All available components with usage examples can be found in our [Storybook docs](https://lundium.netlify.app)
## Theming
Lundium also comes with its own themes yoou can use it by including
`@lundium/theme-basic` in your project. Learn how you can use our
default theme in your project in more detail
[Theming page](./packages/theme-basic/README.md).
## Localisation
For localisation usecases you can use `@lundium/locale` package.
Detailed walk-through can be found on
[Localisation page](./packages/locale/README.md).
## Contribution
We are open to any ideas and suggestions! Feel free to make PR!
See
[contribution guide](https://github.com/lundegaard/lundium/blob/master/CONTRIBUTING.md)
for guidelines.
## See our related projects
- [@redux-tools](https://github.com/lundegaard/redux-tools) - Modular
Redux is possible!
- [react-union](https://github.com/lundegaard/react-union) -
Intergrate React apps into various CMSs seamlessly.
- [validarium](https://github.com/lundegaard/validarium) - Validations
done right.
© 2020 Lundegaard a.s.