marcobiedermann / ui

🦄 Collection of web UI components

Home Page:https://marcobiedermann-ui.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Components

Build Status dependencies Status devDependencies Status Netlify Status Storybook

Table of contents

Requirements

Installation

npm install

Usage

Storybook

Launch Storybook development server with hot module replacement.

npm run develop

Build Storybook for production into docs folder.

npm run build

Testing

Run all tests and linting.

npm test

Run CSS and JavaScript linting.

npm run lint

Run CSS linting.

npm run lint:css

Run JavaScript linting.

npm run lint:js
npm run publish

About

🦄 Collection of web UI components

https://marcobiedermann-ui.netlify.com/

License:MIT License


Languages

Language:TypeScript 77.0%Language:CSS 19.8%Language:JavaScript 3.2%