Skip to content
/ choom Public

Trusted UI companion for your next React/Vue/Svelte/CSS prototype.

Notifications You must be signed in to change notification settings

XOP/choom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choom UI

Choom UI is an experiment of using similar patterns
in order to create multi-framework UI library
that can be used as a seed for Design System

Structure

Choom UI is a mono-repo that contains one core and several dependent projects:

Choom Theme is a core dependency for the Choom UI kits.
It is practically a Design Tokens package, that exist in the form of CSS and CSS-in-JS variables.

Choom React is the ReactJS version of Choom UI.
It's worth mentioning that on behalf of experiment a component first is created in this package and then "ported" to other frameworks. Version of React supported: 17.

Choom Vue is the VueJS version of Choom UI.
Version of Vue supported: 3.2.

Choom Svelte is the Svelte version of Choom UI.
Version of Svelte supported: 3.39.x.

Documentation

Coming up...