https://github.com/robin-hg/robin-ui
A simple React UI library
https://github.com/robin-hg/robin-ui
dark-mode emotion react react-components react-hooks storybook typescript ui-library
Last synced: 5 months ago
JSON representation
A simple React UI library
- Host: GitHub
- URL: https://github.com/robin-hg/robin-ui
- Owner: robin-hg
- License: mit
- Created: 2022-05-09T02:12:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T10:13:51.000Z (over 3 years ago)
- Last Synced: 2026-01-03T12:22:56.409Z (6 months ago)
- Topics: dark-mode, emotion, react, react-components, react-hooks, storybook, typescript, ui-library
- Language: TypeScript
- Homepage:
- Size: 5.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Robin UI
[](https://github.com/robinh-jsx/robin-ui/blob/HEAD/LICENSE)
[](https://www.npmjs.com/package/@robin-ui/core)

A simple React UI library for bleeding-edge web development.
## Documentation & Storybook
Documentation (Coming soon)
[Storybook](https://master--6293dc276b9544003ae34663.chromatic.com/)
## Installation
```sh
# npm
$ npm i @robin-ui/core @emotion/react @emotion/styled framer-motion
# yarn
$ yarn add @robin-ui/core @emotion/react @emotion/styled framer-motion
```
## Packages
- `@robin-ui/core` - Core components library
- `@robin-ui/hooks` - A collection of handy React hooks
- `@robin-ui/icons` - [Feather](https://feathericons.com/) based React icon library
- `@robin-ui/next` - [Next.js](https://nextjs.org/) integration for server side rendering
- `@robin-ui/ssr` - Utility functions for server side rendering
- `@robin-ui/styles` - [Emotion](https://emotion.sh/) based css-in-js solution
- `@robin-ui/theme` - Theme configuration with dark mode + dynamic color support
- `@robin-ui/utils` - A collection of handy utility functions
## License
[MIT](https://github.com/robinh-jsx/robin-ui/blob/master/LICENSE)