HowToBeAHappyBoy / class101-ui

πŸ’…A React-based UI Component Library.

Home Page:https://ui.class101.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C

npm MIT docs

Class101 UI

A React-based UI Component Library, powered by Class101.

View the full documentation β–Έ

Install

npm install --save @class101/ui
yarn add @class101/ui

Usage

import React, { Component } from 'react';

import { Button } from '@class101/ui';

class Example extends Component {
  render() {
    return <Button>Hello, world!</Button>;
  }
}

πŸŽ‰ Worked

  • Responsive Grid System
  • Typography
  • Icon
  • Colors
  • Button
  • Input
  • Select
  • Textarea
  • Progress Bar
  • Progress State
  • Spinner
  • Bottom Sheet
  • Badge
  • Form Group
  • Control Group
  • Tabs
  • Navigation
  • Toast
  • TagInput
  • FilterList
  • DatePicker
  • Dialog

These are at Class101 UI Documents Site.

πŸš€ Roadmap

  • Card
  • Breadcrumb
  • Darkness Theme
  • Table

πŸ“ License

Licensed under the MIT License, Copyright (c) 2018 Class101, Co. LTD.

See LICENSE for more information.

About

πŸ’…A React-based UI Component Library.

https://ui.class101.dev

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%