Awesome
Umbraco UI Library
This is a UI-library for Umbraco CMS and friends. It is a collection of user interface components that can be used to build Umbraco style interfaces.
The elements are web components built with Lit and are meant to be displayed with UI Library Storybook.
The Storybook is also a development environment for the components.
If you want to use a component in your project find it in the table below and follow the instructions from components readme.
If you want to develop a component or contribute to the repository go to "Get started" section.
Components
Get started
Installation
This project uses nodejs, so you should install nodejs
as the package manager on your machine. See installation guide. The UI Library requires npm in version 7 or higher, due to the use of npm workspaces.
git clone https://github.com/umbraco/Umbraco.UI.git
cd .\Umbraco.UI\
npm install
Run storybook
This command will start a server running storybook and watch for changes.
npm run storybook
Run tests
This command will build the project and run tests.
npm run test
Scripts overview
storybook
opens storybook for the elementsstorybook:analyze
generate or updatecustom-elements.json
filetest
runs your test suite with Web Test Runnerformat
runs linter and autoformatter
See the rest of the scripts here.
Contributions
- 📥 Pull requests and 🌟 Stars are always welcome.
- Read our contributing guide to get started.
- Please report bugs and feature requests in the issue tracker
- The main branch is the latest development branch. Please make your pull requests against this branch:
v1/contrib
- You can see the latest features in the Storybook attached to this branch: v1/contrib