Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabian-kleine/cerberusui
A UI Library for when you have to create a doomsday app in Javascript
https://github.com/fabian-kleine/cerberusui
component-library components css css-components css-framework design-system javascript postcss react react-component-library react-components react-library typescript typescript-react ui-design ui-framework ui-library
Last synced: 4 months ago
JSON representation
A UI Library for when you have to create a doomsday app in Javascript
- Host: GitHub
- URL: https://github.com/fabian-kleine/cerberusui
- Owner: Fabian-Kleine
- License: mit
- Created: 2024-04-29T19:42:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T09:49:06.000Z (7 months ago)
- Last Synced: 2024-07-09T13:49:29.905Z (7 months ago)
- Topics: component-library, components, css, css-components, css-framework, design-system, javascript, postcss, react, react-component-library, react-components, react-library, typescript, typescript-react, ui-design, ui-framework, ui-library
- Language: TypeScript
- Homepage: https://cerberusui.fabian-kleine.dev/
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![cerberusui logo](./.github/assets/cerberusui-logo.png)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FFabian-Kleine%2Fcerberusui%2Fmain%2Fpackage.json&query=%24.devDependencies.react&style=flat&logo=react&label=react%20version&color=58C4DC)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FFabian-Kleine%2Fcerberusui%2Fmain%2Fpackage.json&query=version&prefix=v&style=flat&logo=npm&label=npm&color=%23CB3837&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fcerberusui) ![NPM Downloads](https://img.shields.io/npm/d18m/cerberusui?logo=npm&label=npm%20installs&color=%23CB3837)
![Static Badge](https://img.shields.io/badge/MIT-ss?style=flat&label=license&color=097BBC) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Fabian-Kleine/cerberusui/main?color=097BBC)
# cerberusui
A UI Library for when you have to create a doomsday app in Javascript## Installation
```sh
npm i cerberusui
```
or
```sh
pnpm add cerberusui
```
or
```sh
yarn add cerberusui
```Find out more in the offical [docs](https://cerberusui.fabian-kleine.dev/).