Introducing Aurum UI

Introducing Aurum UI

Last night I published 0.0.1 version of my new Web Component library. Aurum UI.

It is brand new and currently only contains just one UI element, an Accordion which you can see below.

This is some content that will appear when needed, Boom yer. This is awesome

The plan is to slowly build up this library with a lot of reusable Web Components that can be used in any frontend project. Then once we have a solid foundation of components release version 1.0.0, but when that will be only time will tell.

If you would like to suggest components for the Library you can head over to my public repo and raise a ticket. I am not currently taking pull requests for whole components but will happily take them for bug fixes for already existing components. The reason for this is that this library is to be an experimental playground for my UI ideas and I want control over what ones are made and how. I aim to open it up more once the project has had its first major release.

GitHub - ageddesi/aurum-ui: A set of UI web components
A set of UI web components. Contribute to ageddesi/aurum-ui development by creating an account on GitHub.

If you would like to use the library and play around with it you can by using this cdn file and running the init command ย as below.

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/ageddesi/aurum-ui@master/ui-lib/_bundles/aurum-ui.min.js"></script>
<script>
    // Init aurum ui
    window.AurumUi.init();
</script>

You can also see a live preview of the library docs on the website here. https://aurum-ui.vercel.app/

I hope you enjoy following the progress of this library and keep coming back to the blog to get more updates.

Subscribe to Making sense of the world around me, one blog post at a time

Donโ€™t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe