https://github.com/marcobiedermann/ui
🦄 Collection of web UI components
https://github.com/marcobiedermann/ui
components css design-system javascript modules react storybook styleguide ui
Last synced: 4 months ago
JSON representation
🦄 Collection of web UI components
- Host: GitHub
- URL: https://github.com/marcobiedermann/ui
- Owner: marcobiedermann
- License: mit
- Created: 2017-11-30T20:30:01.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T20:14:41.000Z (over 2 years ago)
- Last Synced: 2025-04-08T07:39:10.230Z (7 months ago)
- Topics: components, css, design-system, javascript, modules, react, storybook, styleguide, ui
- Language: TypeScript
- Homepage: https://marcobiedermann-ui.netlify.com/
- Size: 9.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI Components
[](https://travis-ci.com/marcobiedermann/ui)
[](https://david-dm.org/marcobiedermann/ui)
[](https://david-dm.org/marcobiedermann/ui?type=dev)
[](https://app.netlify.com/sites/marcobiedermann-ui/deploys)
[](https://marcobiedermann-ui.netlify.app/)
## Table of contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Storybook](#storybook)
- [Testing](#testing)
- [Publish](#publish)
## Requirements
- [Node.js](https://nodejs.org)
## Installation
```sh
npm install
```
## Usage
### Storybook
Launch Storybook development server with hot module replacement.
```sh
npm run develop
```
Build Storybook for production into `docs` folder.
```sh
npm run build
```
### Testing
Run all tests and linting.
```sh
npm test
```
Run CSS and JavaScript linting.
```sh
npm run lint
```
Run CSS linting.
```sh
npm run lint:css
```
Run JavaScript linting.
```sh
npm run lint:js
```
```sh
npm run publish
```