Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xop/choom
Trusted UI companion for your next React/Vue/Svelte/CSS prototype.
https://github.com/xop/choom
component-library css design-system emotion prototyping react styled-components svelte ui vue
Last synced: 6 days ago
JSON representation
Trusted UI companion for your next React/Vue/Svelte/CSS prototype.
- Host: GitHub
- URL: https://github.com/xop/choom
- Owner: XOP
- Created: 2021-10-08T19:43:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T10:35:25.000Z (over 2 years ago)
- Last Synced: 2024-11-07T10:46:24.739Z (9 days ago)
- Topics: component-library, css, design-system, emotion, prototyping, react, styled-components, svelte, ui, vue
- Language: JavaScript
- Homepage:
- Size: 619 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./packages/choom-theme/README.md)
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](./packages/choom-react/README.md)
Choom React is the [ReactJS](https://reactjs.org/) 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](./packages/choom-vue/README.md)
Choom Vue is the [VueJS](https://vuejs.org/) version of Choom UI.
Version of Vue supported: `3.2`.### [choom-svelte](./packages/choom-svelte/README.md)
Choom Svelte is the [Svelte](https://svelte.dev/) version of Choom UI.
Version of Svelte supported: `3.39.x`.## Documentation
Coming up...