Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camomeui/camome
Light weight, accessible UI framework for React and CSS
https://github.com/camomeui/camome
components css design-system react ui
Last synced: 3 months ago
JSON representation
Light weight, accessible UI framework for React and CSS
- Host: GitHub
- URL: https://github.com/camomeui/camome
- Owner: camomeui
- License: mit
- Created: 2022-12-19T04:38:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T06:26:38.000Z (7 months ago)
- Last Synced: 2024-07-13T08:04:48.964Z (4 months ago)
- Topics: components, css, design-system, react, ui
- Language: TypeScript
- Homepage: https://camome.net
- Size: 13.6 MB
- Stars: 238
- Watchers: 0
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - camomeui/camome - Light weight, accessible UI framework for React and CSS (TypeScript)
- jimsghstars - camomeui/camome - Light weight, accessible UI framework for React and CSS (TypeScript)
README
Light weight, accessible UI framework for React and CSS️
![License](https://img.shields.io/npm/l/@camome/core)
![NPM](https://img.shields.io/npm/v/@camome/core)
![Downloads](https://img.shields.io/npm/dm/@camome/core.svg?style=flat)
![Stars](https://badgen.net/github/stars/camomeui/camome)
Camome UI enables you to build various styles of components without run-time JavaScript by fully utilizing the power of CSS.
> **Note**
> Camome (かもめ, カモメ, 鴎) means seagull in Japanese by the way.## 🚨 Camome UI is not yet stable
Breaking changes may be introduced without increment of major version number.
When you update `@camome/*`, see changelogs to make sure your code is not affected by breaking changes.
## Features
- Lightweight bundle size
- CSS first
- No JS runtime for styling
- Dark mode and custom theme supported
- Guaranteed style override
- Accessible
- Framework agnosticLearn more details on [docs](https://camome.net/docs/guide/overview).
## Getting started
[Read the docs](https://camome.net/docs/guide/overview).
## Examples
Some examples are found under the [examples directory](https://github.com/camomeui/camome/tree/main/examples).
Available examples:
- Next.js
- Vite
- Bare HTML + CDN## Contributing
Work in progress
## License
MIT