class101-ui
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Usage

import React, { Component } from 'react'
 
import { Button } from 'class101-ui'
 
class Example extends Component {
  render () {
    return (
      <Button>
        Hello, world!
      </Button>
    )
  }
}

🎉 Worked

  • Grid System(Responsive)
  • Typography(Responsive tag and styles)
  • Colors
  • Button(Support Anchor Button)
  • Input
  • Textarea
  • Progress Bar
  • Progress State
  • Spinner
  • Bottom Sheet
  • Badge
  • Form Group
  • Control Group

These are at Class101 UI Documents Site.

🚀 Roadmap

  • Card
  • Tabs
  • Breadcrumb
  • Sync Image
  • Darkness Skin

📝 License

Licensed under the MIT License, Copyright (c) 2018 pedaling.

See LICENSE for more information.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    7
    • latest

Version History

Package Sidebar

Install

npm i class101-ui

Weekly Downloads

8

Version

2.0.1

License

MIT

Unpacked Size

333 kB

Total Files

161

Last publish

Collaborators

  • chiabi
  • seongho051